summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:56:38 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:56:38 +0000
commitedae65bb201793528c2994682066038f408df47c (patch)
tree2f0e24a7c59fe1c6eabe7b83f4968ec6bb5cadbb /dev-libs/libassetml/libassetml-1.1.ebuild
parentfix pkg_nofetch (diff)
downloadhistorical-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.ebuild26
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
-}