diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-11-21 17:37:06 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-11-21 17:37:06 +0000 |
commit | 5993d57d76e1013281b152de523dcf9fb09f3052 (patch) | |
tree | a14311e481c3fce8f11afcfa8c3590bb65fbcbc9 /sys-libs | |
parent | remove outdated aqbanking ebuilds (diff) | |
download | gentoo-2-5993d57d76e1013281b152de523dcf9fb09f3052.tar.gz gentoo-2-5993d57d76e1013281b152de523dcf9fb09f3052.tar.bz2 gentoo-2-5993d57d76e1013281b152de523dcf9fb09f3052.zip |
remove outdated gwenhywfar ebuilds
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gwenhywfar/files/digest-gwenhywfar-1.11.0 | 1 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/files/digest-gwenhywfar-1.6.0 | 1 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/files/digest-gwenhywfar-1.7.2 | 1 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.11.0.ebuild | 39 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.6.0.ebuild | 39 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild | 39 |
6 files changed, 0 insertions, 120 deletions
diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.11.0 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.11.0 deleted file mode 100644 index 9783c3b36268..000000000000 --- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.11.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ffba97ac3f020d150307b16719c273e5 gwenhywfar-1.11.0.tar.gz 1070108 diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.6.0 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.6.0 deleted file mode 100644 index 287b356cddba..000000000000 --- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 692b3b3d28c70163ea9b2acb1607c156 gwenhywfar-1.6.0.tar.gz 974766 diff --git a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.7.2 b/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.7.2 deleted file mode 100644 index 06c4dab598a0..000000000000 --- a/sys-libs/gwenhywfar/files/digest-gwenhywfar-1.7.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a09a39dbfb375f682e641cf0811f8dba gwenhywfar-1.7.2.tar.gz 977076 diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.11.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.11.0.ebuild deleted file mode 100644 index 383bcfc56575..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-1.11.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.11.0.ebuild,v 1.2 2005/07/10 01:01:20 swegener 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="~x86 ~amd64 ~sparc ~alpha ~ppc" - -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 -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.6.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.6.0.ebuild deleted file mode 100644 index 887811d1d121..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-1.6.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.6.0.ebuild,v 1.2 2005/07/10 01:01:20 swegener 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="~x86 ~amd64 ~sparc ~alpha ~ppc" - -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 -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-1.7.2.ebuild deleted file mode 100644 index 1fc036a77ae7..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-1.7.2.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.7.2.ebuild,v 1.3 2005/07/10 01:01:20 swegener 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="x86 ~amd64 ~sparc ~alpha ~ppc" - -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 -} |