diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-22 01:28:59 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-22 01:28:59 +0000 |
commit | 24f9fdece5f09fa6cd6094f39744479f4e70125a (patch) | |
tree | e8a871ec1abefd679b09cd0dd68620ff245cca6d /app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild | |
parent | Transition to Manifest2. (diff) | |
download | historical-24f9fdece5f09fa6cd6094f39744479f4e70125a.tar.gz historical-24f9fdece5f09fa6cd6094f39744479f4e70125a.tar.bz2 historical-24f9fdece5f09fa6cd6094f39744479f4e70125a.zip |
bump to 2.0.15
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild')
-rw-r--r-- | app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild new file mode 100644 index 000000000000..561d0903c8ca --- /dev/null +++ b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.15.ebuild,v 1.1 2007/02/22 01:28:59 dang Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Gnome Pilot Conduits" +HOMEPAGE="http://live.gnome.org/GnomePilot" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=gnome-base/libgnome-2.0 + >=app-pda/gnome-pilot-${PVR} + >=dev-libs/libxml2-2.5" +DEPEND="sys-devel/gettext + dev-util/pkgconfig + ${RDEPEND}" + +G2CONF="${G2CONF} --enable-pilotlinktest" +SCROLLKEEPER_UPDATE="0" |