diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-09-07 22:07:33 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-09-07 22:07:33 +0000 |
commit | 91980585a0aabb9e14ae9d24129fec8fbfc0bdb5 (patch) | |
tree | e00a6d9531da08d946ecf8eedd0323aa88196040 /media-libs/libart_lgpl | |
parent | Fix conf file installation, update message. (diff) | |
download | gentoo-2-91980585a0aabb9e14ae9d24129fec8fbfc0bdb5.tar.gz gentoo-2-91980585a0aabb9e14ae9d24129fec8fbfc0bdb5.tar.bz2 gentoo-2-91980585a0aabb9e14ae9d24129fec8fbfc0bdb5.zip |
Clean up old revision.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libart_lgpl')
-rw-r--r-- | media-libs/libart_lgpl/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libart_lgpl/libart_lgpl-2.3.19-r1.ebuild | 26 |
2 files changed, 6 insertions, 28 deletions
diff --git a/media-libs/libart_lgpl/ChangeLog b/media-libs/libart_lgpl/ChangeLog index 47322749dfcb..35da2ab4e87e 100644 --- a/media-libs/libart_lgpl/ChangeLog +++ b/media-libs/libart_lgpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libart_lgpl -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.62 2008/03/22 03:59:04 dang Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.63 2009/09/07 22:07:33 eva Exp $ + + 07 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org> + -libart_lgpl-2.3.19-r1.ebuild: + Clean up old revision. 22 Mar 2008; Daniel Gryniewicz <dang@gentoo.org> libart_lgpl-2.3.20.ebuild: diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.19-r1.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.19-r1.ebuild deleted file mode 100644 index e3425624e807..000000000000 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.19-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.19-r1.ebuild,v 1.12 2007/09/09 14:02:34 drac Exp $ - -inherit gnome2 eutils - -DESCRIPTION="a LGPL version of libart" -HOMEPAGE="http://www.levien.com/libart" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-util/pkgconfig" -RDEPEND="" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_unpack() { - gnome2_src_unpack - - epatch "${FILESDIR}"/${P}-alloc.patch - # Fix crosscompiling; bug #185684 - epatch "${FILESDIR}"/${P}-crosscompile.patch -} |