diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-02-03 22:24:59 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-02-03 22:24:59 +0000 |
commit | e66434936e4f3bfef4637c79ac0ea0d81f18e84d (patch) | |
tree | b095ef76532d7569f824dac1bd7f024657642e35 /media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild | |
parent | old (diff) | |
download | gentoo-2-e66434936e4f3bfef4637c79ac0ea0d81f18e84d.tar.gz gentoo-2-e66434936e4f3bfef4637c79ac0ea0d81f18e84d.tar.bz2 gentoo-2-e66434936e4f3bfef4637c79ac0ea0d81f18e84d.zip |
Version bump. No real changes to us, just a patch is included that we use
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild')
-rw-r--r-- | media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild new file mode 100644 index 000000000000..66a1b1b922ae --- /dev/null +++ b/media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 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.20.ebuild,v 1.1 2008/02/03 22:24:59 leio 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 + + # Fix crosscompiling; bug #185684 + epatch "${FILESDIR}"/${PN}-2.3.19-crosscompile.patch +} |