summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 16:01:07 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 16:01:07 +0000
commit67488172885812c0ec4c7118111c52a90d9770b2 (patch)
treeb8b974ac4556edf66848e9020978a4586dec6e58 /dev-libs/shhopt
parentkeyword ~amd64-fbsd (diff)
downloadhistorical-67488172885812c0ec4c7118111c52a90d9770b2.tar.gz
historical-67488172885812c0ec4c7118111c52a90d9770b2.tar.bz2
historical-67488172885812c0ec4c7118111c52a90d9770b2.zip
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/shhopt')
-rw-r--r--dev-libs/shhopt/ChangeLog7
-rw-r--r--dev-libs/shhopt/shhopt-1.1.7.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-libs/shhopt/ChangeLog b/dev-libs/shhopt/ChangeLog
index 002246bf4ac5..b5bea06f9c14 100644
--- a/dev-libs/shhopt/ChangeLog
+++ b/dev-libs/shhopt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/shhopt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.14 2009/07/29 22:45:23 vostorga Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.15 2012/05/10 15:59:37 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -shhopt-1.1.7.ebuild:
+ Remove old
29 Jul 2009; VĂ­ctor Ostorga <vostorga@gentoo.org> shhopt-1.1.7.ebuild,
shhopt-1.1.7-r2.ebuild:
diff --git a/dev-libs/shhopt/shhopt-1.1.7.ebuild b/dev-libs/shhopt/shhopt-1.1.7.ebuild
deleted file mode 100644
index 81d7b1b6b4ee..000000000000
--- a/dev-libs/shhopt/shhopt-1.1.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.7 2009/07/29 22:45:23 vostorga Exp $
-
-inherit toolchain-funcs
-
-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"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- emake CC=$(tc-getCC) || die
-}
-
-src_install () {
- dolib.a libshhopt.a
- dodoc ChangeLog CREDITS INSTALL README TODO
-}