diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:56:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:56:38 +0000 |
commit | edae65bb201793528c2994682066038f408df47c (patch) | |
tree | 2f0e24a7c59fe1c6eabe7b83f4968ec6bb5cadbb /dev-libs/libassetml/libassetml-1.1.ebuild | |
parent | fix pkg_nofetch (diff) | |
download | historical-edae65bb201793528c2994682066038f408df47c.tar.gz historical-edae65bb201793528c2994682066038f408df47c.tar.bz2 historical-edae65bb201793528c2994682066038f408df47c.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libassetml/libassetml-1.1.ebuild')
-rw-r--r-- | dev-libs/libassetml/libassetml-1.1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libassetml/libassetml-1.1.ebuild b/dev-libs/libassetml/libassetml-1.1.ebuild deleted file mode 100644 index aa104e2e0152..000000000000 --- a/dev-libs/libassetml/libassetml-1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.8 2012/05/04 18:35:52 jdhore Exp $ - -DESCRIPTION="use xml files as resource databases" -HOMEPAGE="http://ofset.sourceforge.net/" -SRC_URI="mirror://sourceforge/ofset/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -RDEPEND="=dev-libs/glib-2* - dev-libs/libxml2 - dev-libs/popt - sys-apps/texinfo - app-text/texi2html" - -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_install() { - emake install DESTDIR=${D} || die - dodoc AUTHORS ChangeLog NEWS README THANKS TODO -} |