summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-05-14 09:27:56 +0000
committerHanno Böck <hanno@gentoo.org>2008-05-14 09:27:56 +0000
commit90968c2d9ff7490ddcb5f7e79e92bc2f84a52895 (patch)
treed18ddc77cf298e3b85339d6ecbd6c75b4b38ad04 /sys-libs
parentFix bug #221957, remove old (diff)
downloadgentoo-2-90968c2d9ff7490ddcb5f7e79e92bc2f84a52895.tar.gz
gentoo-2-90968c2d9ff7490ddcb5f7e79e92bc2f84a52895.tar.bz2
gentoo-2-90968c2d9ff7490ddcb5f7e79e92bc2f84a52895.zip
remove old gwenhywfar ebuild
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-2.4.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-libs/gwenhywfar/gwenhywfar-2.4.0.ebuild b/sys-libs/gwenhywfar/gwenhywfar-2.4.0.ebuild
deleted file mode 100644
index 8b581fe22740..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-2.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.4.0.ebuild,v 1.8 2007/09/20 14:33:55 armin76 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 ppc sparc x86"
-
-IUSE="debug ssl doc ncurses"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
- sys-libs/ncurses
- doc? ( app-doc/doxygen )
- ncurses? ( sys-libs/ncurses )"
-
-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
- if use doc ; then
- make DESTDIR="${D}" install-srcdoc || die "make isntall-srcdoc failed"
- fi
-}