summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-03-23 10:36:46 +0000
committerHanno Böck <hanno@gentoo.org>2009-03-23 10:36:46 +0000
commit5f4c7ea0b685c475f1661343e121873b9d85d9a0 (patch)
tree8859e1519353c3a77788aa54a0fd6c8f290de2a4 /sys-libs/gwenhywfar
parentremove old libchipcard ebuilds (diff)
downloadgentoo-2-5f4c7ea0b685c475f1661343e121873b9d85d9a0.tar.gz
gentoo-2-5f4c7ea0b685c475f1661343e121873b9d85d9a0.tar.bz2
gentoo-2-5f4c7ea0b685c475f1661343e121873b9d85d9a0.zip
remove old gwenhywfar ebuild
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.4.1.ebuild45
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.5.2.ebuild45
2 files changed, 0 insertions, 90 deletions
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.4.1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.4.1.ebuild
deleted file mode 100644
index 693511031f76..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-3.4.1.ebuild
+++ /dev/null
@@ -1,45 +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.4.1.ebuild,v 1.2 2008/09/16 20:54:37 hanno Exp $
-
-inherit flag-o-matic
-
-append-ldflags -Wl,--no-as-needed
-RESTRICT="test"
-
-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? ( net-libs/gnutls )
- 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
- find "${D}" -name '*.la' -delete
-}
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.5.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.5.2.ebuild
deleted file mode 100644
index 753e74eebc41..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-3.5.2.ebuild
+++ /dev/null
@@ -1,45 +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.5.2.ebuild,v 1.1 2008/11/13 23:45:30 hanno Exp $
-
-inherit flag-o-matic
-
-append-ldflags -Wl,--no-as-needed
-RESTRICT="test"
-
-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? ( net-libs/gnutls )
- 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
- find "${D}" -name '*.la' -delete
-}