summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2005-11-28 23:54:57 +0000
committerHanno Boeck <hanno@gentoo.org>2005-11-28 23:54:57 +0000
commitcddf3e252a90381da14a64f5f1cd61e328646f69 (patch)
tree2b1354411a767c86a8db06d081333e7805eda5e4 /sys-libs/gwenhywfar
parentremove old ktoblzcheck ebuilds (diff)
downloadhistorical-cddf3e252a90381da14a64f5f1cd61e328646f69.tar.gz
historical-cddf3e252a90381da14a64f5f1cd61e328646f69.tar.bz2
historical-cddf3e252a90381da14a64f5f1cd61e328646f69.zip
remove old gwenhywfar ebuilds
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r--sys-libs/gwenhywfar/Manifest8
-rw-r--r--sys-libs/gwenhywfar/files/digest-gwenhywfar-1.14.01
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-1.14.0.ebuild39
3 files changed, 3 insertions, 45 deletions
diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index a879e5b72b7a..0f34f42d9f4e 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -2,11 +2,9 @@
Hash: SHA1
MD5 b40f0526ffc5a6ffbae795f7dfb75c7f ChangeLog 2509
-MD5 bde20725b03dc2ab865ec30137dd9b9f files/digest-gwenhywfar-1.14.0 70
MD5 35464166f520326de0ba5402b73bf187 files/digest-gwenhywfar-1.18.0 70
MD5 7a1cc07892a744298df2923c784938f4 files/digest-gwenhywfar-1.9.0 69
MD5 dc5dd1b2b94b3c48f51b22598340652f files/digest-gwenhywfar-1.99.0_beta 74
-MD5 9aa3742e06e1a806e02b44400574942e gwenhywfar-1.14.0.ebuild 1104
MD5 fe803ff80861150c46d0e04df3fedd24 gwenhywfar-1.18.0.ebuild 1169
MD5 5f5eb6d1feda6711e9d705d895b56301 gwenhywfar-1.9.0.ebuild 1095
MD5 8810991c694d591b6624d611cc299464 gwenhywfar-1.99.0_beta.ebuild 1201
@@ -14,7 +12,7 @@ MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDi5cDr2QksT29OyARAhDOAJ9GBOllFCQwTFQclS0GD1kNgUT4sACeLZVU
-vwSaSj+9+B1jeQCzHE41K3I=
-=Jyk3
+iD8DBQFDi5jmr2QksT29OyARAtQ9AJ9siT3+msmusX080UBnuFsP0Gx4rgCfTI+Y
+fCnXyyDiFLu9qvXoaWaVZIE=
+=9K7v
-----END PGP SIGNATURE-----
diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.14.0 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.14.0
deleted file mode 100644
index 39c143263fed..000000000000
--- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.14.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a155942c19771c498570fd168ac006e gwenhywfar-1.14.0.tar.gz 1087854
diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.14.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.14.0.ebuild
deleted file mode 100644
index 7469f73293fa..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-1.14.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-1.14.0.ebuild,v 1.2 2005/08/26 18:38:56 agriffis Exp $
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="http://gwenhywfar.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-
-IUSE="debug ssl doc"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
- sys-libs/ncurses
- doc? ( app-doc/doxygen )"
-
-src_compile() {
- if use doc; then
- APIDOC="--with-docpath=/usr/share/doc/${P}/apidoc"
- fi
- econf \
- `use_enable ssl` \
- `use_enable debug` \
- `use_enable doc full-doc` \
- ${APIDOC} || die "configure failed"
- emake || die "emake failed"
- if use doc; then
- emake srcdoc || die "Building the api-doc failed"
- fi
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc README* AUTHORS ABOUT-NLS COPYING ChangeLog INSTALL TODO
- if use doc; then
- make DESTDIR=${D} install-srcdoc || die "Installing the API-Doc failed"
- fi
-}