diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 12:13:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-03 12:13:17 +0000 |
commit | f0461f367325d00ed6ece12583921bd9d9fe3495 (patch) | |
tree | c11386cbcc7d613e1f720937566865ab4c2a3573 | |
parent | Cleanup due #22900 (diff) | |
download | gentoo-2-f0461f367325d00ed6ece12583921bd9d9fe3495.tar.gz gentoo-2-f0461f367325d00ed6ece12583921bd9d9fe3495.tar.bz2 gentoo-2-f0461f367325d00ed6ece12583921bd9d9fe3495.zip |
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-libs/confuse/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/confuse/confuse-2.6-r3.ebuild | 44 | ||||
-rw-r--r-- | dev-libs/confuse/files/confuse-2.6-O0.patch | 15 | ||||
-rw-r--r-- | dev-libs/confuse/files/confuse-2.6-solaris.patch | 17 | ||||
-rw-r--r-- | dev-libs/confuse/metadata.xml | 2 |
5 files changed, 7 insertions, 79 deletions
diff --git a/dev-libs/confuse/ChangeLog b/dev-libs/confuse/ChangeLog index 5bb7dea381b0..8014ebee006f 100644 --- a/dev-libs/confuse/ChangeLog +++ b/dev-libs/confuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/confuse -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.52 2012/10/30 11:18:49 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.53 2013/02/03 12:13:17 pacho Exp $ + + 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> -confuse-2.6-r3.ebuild, + -files/confuse-2.6-O0.patch, -files/confuse-2.6-solaris.patch, metadata.xml: + Cleanup due #22900 30 Oct 2012; Anthony G. Basile <blueness@gentoo.org> confuse-2.7.ebuild: Keyword ~mips, requested by scarabeus diff --git a/dev-libs/confuse/confuse-2.6-r3.ebuild b/dev-libs/confuse/confuse-2.6-r3.ebuild deleted file mode 100644 index 73771e38e2b5..000000000000 --- a/dev-libs/confuse/confuse-2.6-r3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild,v 1.8 2012/05/04 18:35:53 jdhore Exp $ - -inherit eutils - -DESCRIPTION="a configuration file parser library" -HOMEPAGE="http://www.nongnu.org/confuse/" -SRC_URI="http://bzero.se/confuse/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="sys-devel/flex - sys-devel/libtool - virtual/pkgconfig - nls? ( sys-devel/gettext )" -RDEPEND="nls? ( virtual/libintl )" - -src_unpack() { - unpack ${A} - cd "${S}" - # bug #236347 - epatch "${FILESDIR}"/${P}-O0.patch - # bug 239020 - epatch "${FILESDIR}"/${P}-solaris.patch - # drop -Werror, bug #208095 - sed -i -e 's/-Werror//' */Makefile.* || die -} - -src_compile() { - econf --enable-shared || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - doman doc/man/man3/*.3 - dodoc AUTHORS NEWS README - dohtml doc/html/* || die -} diff --git a/dev-libs/confuse/files/confuse-2.6-O0.patch b/dev-libs/confuse/files/confuse-2.6-O0.patch deleted file mode 100644 index 31b95fb2d53d..000000000000 --- a/dev-libs/confuse/files/confuse-2.6-O0.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: src/confuse.c -=================================================================== -RCS file: /sources/confuse/confuse/src/confuse.c,v -retrieving revision 1.36 -diff -u -B -r1.36 confuse.c ---- src/confuse.c 13 Oct 2007 20:01:45 -0000 1.36 -+++ src/confuse.c 1 Sep 2008 11:57:30 -0000 -@@ -41,6 +41,7 @@ - #define is_set(f, x) (((f) & (x)) == (f)) - - #if defined(ENABLE_NLS) && defined(HAVE_GETTEXT) -+# include <locale.h> - # include <libintl.h> - # define _(str) dgettext(PACKAGE, str) - #else diff --git a/dev-libs/confuse/files/confuse-2.6-solaris.patch b/dev-libs/confuse/files/confuse-2.6-solaris.patch deleted file mode 100644 index 21c42125306e..000000000000 --- a/dev-libs/confuse/files/confuse-2.6-solaris.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: configure.ac -=================================================================== -RCS file: /sources/confuse/confuse/configure.ac,v -retrieving revision 1.18 -diff -u -B -r1.18 configure.ac ---- configure.ac 13 Oct 2007 15:02:52 -0000 1.18 -+++ configure.ac 29 Sep 2008 10:13:10 -0000 -@@ -39,6 +39,9 @@ - # Checks for library functions. - AC_CHECK_FUNCS([strcasecmp strdup strndup]) - -+dnl Check for the library containing inet_aton/inet_ntoa (for tests) -+AC_SEARCH_LIBS([inet_ntoa], [socket nsl]) -+ - AC_CONFIG_FILES([Makefile \ - src/Makefile \ - examples/Makefile \ diff --git a/dev-libs/confuse/metadata.xml b/dev-libs/confuse/metadata.xml index b493e619a6d4..d9cd2cad66c2 100644 --- a/dev-libs/confuse/metadata.xml +++ b/dev-libs/confuse/metadata.xml @@ -2,6 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>matsuu@gentoo.org</email> +<email>maintainer-needed@gentoo.org</email> </maintainer> </pkgmetadata> |