diff options
author | 2010-03-31 17:42:32 +0000 | |
---|---|---|
committer | 2010-03-31 17:42:32 +0000 | |
commit | 7fb627880cf543face3087e4502a15262d15f700 (patch) | |
tree | 155e7cb70d67f899c53d284eea4ccf81717147f7 /dev-libs/dvenv/dvenv-0.2.2.ebuild | |
parent | old (diff) | |
download | historical-7fb627880cf543face3087e4502a15262d15f700.tar.gz historical-7fb627880cf543face3087e4502a15262d15f700.tar.bz2 historical-7fb627880cf543face3087e4502a15262d15f700.zip |
Punt masked dv packages.
Diffstat (limited to 'dev-libs/dvenv/dvenv-0.2.2.ebuild')
-rw-r--r-- | dev-libs/dvenv/dvenv-0.2.2.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/dvenv/dvenv-0.2.2.ebuild b/dev-libs/dvenv/dvenv-0.2.2.ebuild deleted file mode 100644 index 4c4feef9a23e..000000000000 --- a/dev-libs/dvenv/dvenv-0.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvenv/dvenv-0.2.2.ebuild,v 1.8 2009/09/23 17:18:58 patrick Exp $ - -DESCRIPTION="dvenv provides polymorphic tree-structured environments, generalizing the Dv::Util::Props class" -HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvenv/html/" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvenv/download/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -IUSE="" - -DEPEND="dev-libs/dvutil" - -src_install() { - #make prefix=${D}/usr install - einstall || die - - dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS - -} |