diff options
Diffstat (limited to 'dev-libs/shhopt')
-rw-r--r-- | dev-libs/shhopt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/shhopt/metadata.xml | 18 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7-r2.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 11 |
4 files changed, 24 insertions, 18 deletions
diff --git a/dev-libs/shhopt/ChangeLog b/dev-libs/shhopt/ChangeLog index 4af19c09328b..ee0773e216de 100644 --- a/dev-libs/shhopt/ChangeLog +++ b/dev-libs/shhopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/shhopt -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.12 2008/04/01 22:23:31 opfer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.13 2009/03/22 12:43:03 jmbsvicetto Exp $ + + 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml: + Removing hawking as a maintainer since he was retired. 01 Apr 2008; Christian Faulhammer <opfer@gentoo.org> shhopt-1.1.7-r2.ebuild: diff --git a/dev-libs/shhopt/metadata.xml b/dev-libs/shhopt/metadata.xml index 4bd0d9825264..0a0f8885aac1 100644 --- a/dev-libs/shhopt/metadata.xml +++ b/dev-libs/shhopt/metadata.xml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>hawking@gentoo.org</email> - <name>Ali Polatel</name> - </maintainer> - <longdescription lang="en"> - C-functions for parsing command line options, both traditional - one-character options, and GNU'ish --long-options. - </longdescription> + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + C-functions for parsing command line options, both traditional + one-character options, and GNU'ish --long-options. + </longdescription> </pkgmetadata> - diff --git a/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild index 80a8309f2f39..3f74403b75e6 100644 --- a/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild +++ b/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v 1.4 2008/04/01 22:23:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r2.ebuild,v 1.5 2009/03/22 12:43:03 jmbsvicetto Exp $ inherit eutils @@ -14,6 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="" +RDEPEND="" src_unpack() { unpack ${A} diff --git a/dev-libs/shhopt/shhopt-1.1.7.ebuild b/dev-libs/shhopt/shhopt-1.1.7.ebuild index a14602c0a9c4..10364f9c0327 100644 --- a/dev-libs/shhopt/shhopt-1.1.7.ebuild +++ b/dev-libs/shhopt/shhopt-1.1.7.ebuild @@ -1,15 +1,18 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.5 2007/01/25 14:49:24 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.6 2009/03/22 12:43:03 jmbsvicetto Exp $ DESCRIPTION="library for parsing command line options" SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz" HOMEPAGE="http://shh.thathost.com/pub-unix/" + LICENSE="Artistic" -DEPEND="" -IUSE="" SLOT="0" KEYWORDS="~amd64 ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" src_compile() { emake || die |