diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-09-22 21:11:57 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-09-22 21:11:57 +0000 |
commit | ff580b8d5d8493029a55e6004cb0c81e3d42a901 (patch) | |
tree | 83c395b8b169c31d0b45a051fea9f0ac5da2e3e0 /sys-libs | |
parent | old (diff) | |
download | gentoo-2-ff580b8d5d8493029a55e6004cb0c81e3d42a901.tar.gz gentoo-2-ff580b8d5d8493029a55e6004cb0c81e3d42a901.tar.bz2 gentoo-2-ff580b8d5d8493029a55e6004cb0c81e3d42a901.zip |
remove old gwenhywfar ebuilds
(Portage version: 2.2_rc9/cvs/Linux 2.6.27-rc7 x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-2.6.1.ebuild | 39 | ||||
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-3.3.3.ebuild | 39 |
2 files changed, 0 insertions, 78 deletions
diff --git a/sys-libs/gwenhywfar/gwenhywfar-2.6.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-2.6.1.ebuild deleted file mode 100644 index d7577d16b6ba..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-2.6.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.1.ebuild,v 1.7 2008/05/14 09:31:15 hanno 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="amd64 ~hppa ppc sparc x86" - -IUSE="debug ssl doc ncurses" - -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) - sys-libs/ncurses - ncurses? ( sys-libs/ncurses )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - econf \ - $(use_enable ssl) \ - $(use_enable debug) \ - $(use_enable doc full-doc) \ - $(use_enable ncurses gwenui) \ - --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed" - emake || die "emake failed" - if use doc ; then - emake srcdoc || die "emake failed" - fi -} - -src_install() { - einstall || die - dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed" - if use doc ; then - make DESTDIR="${D}" install-srcdoc || die "install doc failed" - fi -} diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.3.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.3.3.ebuild deleted file mode 100644 index 37383a27a1ee..000000000000 --- a/sys-libs/gwenhywfar/gwenhywfar-3.3.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.3.3.ebuild,v 1.1 2008/06/11 14:08:24 hanno Exp $ - -DESCRIPTION="A multi-platform helper library for other libraries" -HOMEPAGE="http://gwenhywfar.sourceforge.net" -SRC_URI="http://files.hboeck.de/aq/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" - -IUSE="debug ssl doc ncurses" - -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) - sys-libs/ncurses - ncurses? ( sys-libs/ncurses )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - econf \ - $(use_enable ssl) \ - $(use_enable debug) \ - $(use_enable doc full-doc) \ - $(use_enable ncurses gwenui) \ - --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed" - emake || die "emake failed" - if use doc ; then - emake srcdoc || die "emake failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed" - if use doc ; then - make DESTDIR="${D}" install-srcdoc || die "install doc failed" - fi -} |