summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 12:43:03 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2009-03-22 12:43:03 +0000
commitd54144d98facceea4aa9ac770644625134d86c5f (patch)
treefa4ca3110fe60e5c0a7c718848f24b6ede743524 /dev-libs
parentRemoving hawking as a maintainer since he was retired. (diff)
downloadgentoo-2-d54144d98facceea4aa9ac770644625134d86c5f.tar.gz
gentoo-2-d54144d98facceea4aa9ac770644625134d86c5f.tar.bz2
gentoo-2-d54144d98facceea4aa9ac770644625134d86c5f.zip
Removing hawking as a maintainer since he was retired.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/shhopt/ChangeLog8
-rw-r--r--dev-libs/shhopt/metadata.xml18
-rw-r--r--dev-libs/shhopt/shhopt-1.1.7-r2.ebuild5
-rw-r--r--dev-libs/shhopt/shhopt-1.1.7.ebuild11
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