diff options
author | 2010-09-19 08:19:57 +0000 | |
---|---|---|
committer | 2010-09-19 08:19:57 +0000 | |
commit | abe3a1691fc022296746ebe9ce3eb1ce8f95fce6 (patch) | |
tree | 14dd421a4f181c81f4aa6501f33ed290365775f6 /media-libs/gexiv2/gexiv2-0.2.1.ebuild | |
parent | version bump wrt #336393; also fixes openmp support (#336218) (diff) | |
download | gentoo-2-abe3a1691fc022296746ebe9ce3eb1ce8f95fce6.tar.gz gentoo-2-abe3a1691fc022296746ebe9ce3eb1ce8f95fce6.tar.bz2 gentoo-2-abe3a1691fc022296746ebe9ce3eb1ce8f95fce6.zip |
version bump wrt #334827
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gexiv2/gexiv2-0.2.1.ebuild')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.2.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.2.1.ebuild b/media-libs/gexiv2/gexiv2-0.2.1.ebuild new file mode 100644 index 000000000000..d5bfa7810b82 --- /dev/null +++ b/media-libs/gexiv2/gexiv2-0.2.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild,v 1.1 2010/09/19 08:19:57 hollow Exp $ + +EAPI="2" + +inherit versionator eutils gnome2 + +MY_PV=$(get_version_component_range 1-2) + +DESCRIPTION="gexiv2 is a GObject-based wrapper around the Exiv2 library." +HOMEPAGE="http://trac.yorba.org/wiki/gexiv2" +SRC_URI="http://www.yorba.org/download/${PN}/${MY_PV}/lib${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-gfx/exiv2-0.19 + dev-libs/glib:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +S="${WORKDIR}/lib${P}" + +src_install() { + gnome2_src_install +} |