diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-23 10:14:21 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-23 10:14:21 +0000 |
commit | b67c902f8c627f94cd15d796a3e02f83cf3ab4c7 (patch) | |
tree | c63d777197bf2416bdfa4e3fbeb528361233229f /net-libs/libcapsinetwork | |
parent | Remove unused IUSE="fam" as per gentoo-dev thread. (diff) | |
download | gentoo-2-b67c902f8c627f94cd15d796a3e02f83cf3ab4c7.tar.gz gentoo-2-b67c902f8c627f94cd15d796a3e02f83cf3ab4c7.tar.bz2 gentoo-2-b67c902f8c627f94cd15d796a3e02f83cf3ab4c7.zip |
Revision bump: EAPI 5, autotools-utils eclass, handle static libs building and installation, add Prefix support, add ~arm and ~mips keywords. Take maintainership of the package
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-libs/libcapsinetwork')
-rw-r--r-- | net-libs/libcapsinetwork/ChangeLog | 12 | ||||
-rw-r--r-- | net-libs/libcapsinetwork/libcapsinetwork-0.3.0-r1.ebuild | 32 | ||||
-rw-r--r-- | net-libs/libcapsinetwork/metadata.xml | 7 |
3 files changed, 46 insertions, 5 deletions
diff --git a/net-libs/libcapsinetwork/ChangeLog b/net-libs/libcapsinetwork/ChangeLog index 412e0655ab76..13fdc748ac52 100644 --- a/net-libs/libcapsinetwork/ChangeLog +++ b/net-libs/libcapsinetwork/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-libs/libcapsinetwork -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapsinetwork/ChangeLog,v 1.15 2008/05/04 09:57:41 drac Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapsinetwork/ChangeLog,v 1.16 2013/09/23 10:14:21 pinkbyte Exp $ + +*libcapsinetwork-0.3.0-r1 (23 Sep 2013) + + 23 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> + +libcapsinetwork-0.3.0-r1.ebuild, metadata.xml: + Revision bump: EAPI 5, autotools-utils eclass, handle static libs building + and installation, add Prefix support, add ~arm and ~mips keywords. Take + maintainership of the package 04 May 2008; Samuli Suominen <drac@gentoo.org> +files/libcapsinetwork-0.3.0-64bit.patch, diff --git a/net-libs/libcapsinetwork/libcapsinetwork-0.3.0-r1.ebuild b/net-libs/libcapsinetwork/libcapsinetwork-0.3.0-r1.ebuild new file mode 100644 index 000000000000..c547502fd0a5 --- /dev/null +++ b/net-libs/libcapsinetwork/libcapsinetwork-0.3.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcapsinetwork/libcapsinetwork-0.3.0-r1.ebuild,v 1.1 2013/09/23 10:14:21 pinkbyte Exp $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 +inherit autotools-utils flag-o-matic + +DESCRIPTION="C++ network library to allow fast development of server daemon processes" +HOMEPAGE="http://unixcode.org/libcapsinetwork" +SRC_URI="http://unixcode.org/downloads/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" + +IUSE="static-libs" + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) +PATCHES=( + "${FILESDIR}/${P}-gcc43.patch" + "${FILESDIR}/${P}-parallel.patch" + "${FILESDIR}/${P}-64bit.patch" +) + +src_prepare() { + filter-flags -fomit-frame-pointer + + rm missing || die + autotools-utils_src_prepare +} diff --git a/net-libs/libcapsinetwork/metadata.xml b/net-libs/libcapsinetwork/metadata.xml index d9cd2cad66c2..b6b8956cde34 100644 --- a/net-libs/libcapsinetwork/metadata.xml +++ b/net-libs/libcapsinetwork/metadata.xml @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>maintainer-needed@gentoo.org</email> -</maintainer> + <maintainer> + <email>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + </maintainer> </pkgmetadata> |