diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 18:49:36 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-02 18:49:36 +0000 |
commit | 4e1e2fa96d8cfd027cc3472edc9a014ef80e7f61 (patch) | |
tree | 54b87360f448b3851af957879558bbf2ca35f5e5 /dev-libs/cdk/cdk-5.0.20060220.ebuild | |
parent | Patch up xdg-open for kde. Removing annoying warnings only so no need for rev... (diff) | |
download | gentoo-2-4e1e2fa96d8cfd027cc3472edc9a014ef80e7f61.tar.gz gentoo-2-4e1e2fa96d8cfd027cc3472edc9a014ef80e7f61.tar.bz2 gentoo-2-4e1e2fa96d8cfd027cc3472edc9a014ef80e7f61.zip |
Clean
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/cdk/cdk-5.0.20060220.ebuild')
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20060220.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/cdk/cdk-5.0.20060220.ebuild b/dev-libs/cdk/cdk-5.0.20060220.ebuild deleted file mode 100644 index 562e86f17602..000000000000 --- a/dev-libs/cdk/cdk-5.0.20060220.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20060220.ebuild,v 1.11 2007/07/12 02:25:34 mr_bones_ Exp $ - -inherit flag-o-matic - -MY_P="${P/.200/-200}" -DESCRIPTION="A library of curses widgets" -HOMEPAGE="http://dickey.his.com/cdk/cdk.html" -SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2 - sys-devel/libtool" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - econf \ - --with-ncurses --with-libtool \ - || die - - emake || die -} - -src_install() { - make \ - DESTDIR="${D}" \ - DOCUMENT_DIR="${D}/usr/share/doc/${MY_P}" install \ - || die -} |