From d54144d98facceea4aa9ac770644625134d86c5f Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto" Date: Sun, 22 Mar 2009 12:43:03 +0000 Subject: Removing hawking as a maintainer since he was retired. (Portage version: 2.2_rc26/cvs/Linux x86_64) --- dev-libs/shhopt/ChangeLog | 8 ++++++-- dev-libs/shhopt/metadata.xml | 18 ++++++++---------- dev-libs/shhopt/shhopt-1.1.7-r2.ebuild | 5 +++-- dev-libs/shhopt/shhopt-1.1.7.ebuild | 11 +++++++---- 4 files changed, 24 insertions(+), 18 deletions(-) (limited to 'dev-libs/shhopt') 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 + metadata.xml: + Removing hawking as a maintainer since he was retired. 01 Apr 2008; Christian Faulhammer 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 @@ - no-herd - - hawking@gentoo.org - Ali Polatel - - - C-functions for parsing command line options, both traditional - one-character options, and GNU'ish --long-options. - + no-herd + + maintainer-needed@gentoo.org + + + C-functions for parsing command line options, both traditional + one-character options, and GNU'ish --long-options. + - 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 -- cgit v1.2.3-65-gdbad