diff options
author | Ned Ludd <solar@gentoo.org> | 2009-03-01 00:06:25 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2009-03-01 00:06:25 +0000 |
commit | d3c87f4fa9fe49a5cf6ff4e319ddef466e186163 (patch) | |
tree | 5235e5f4dfe5a99a9268659a4a9b28029c0ce4b9 /gpe-base/libgpepimc/libgpepimc-0.9.ebuild | |
parent | Bump to 0.11.1, fixes #242666 (diff) | |
download | gentoo-2-d3c87f4fa9fe49a5cf6ff4e319ddef466e186163.tar.gz gentoo-2-d3c87f4fa9fe49a5cf6ff4e319ddef466e186163.tar.bz2 gentoo-2-d3c87f4fa9fe49a5cf6ff4e319ddef466e186163.zip |
Initial commit
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'gpe-base/libgpepimc/libgpepimc-0.9.ebuild')
-rw-r--r-- | gpe-base/libgpepimc/libgpepimc-0.9.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gpe-base/libgpepimc/libgpepimc-0.9.ebuild b/gpe-base/libgpepimc/libgpepimc-0.9.ebuild new file mode 100644 index 000000000000..dd2e82d7d365 --- /dev/null +++ b/gpe-base/libgpepimc/libgpepimc-0.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libgpepimc/libgpepimc-0.9.ebuild,v 1.1 2009/03/01 00:06:25 solar Exp $ + +GPE_TARBALL_SUFFIX="bz2" +inherit gpe + +DESCRIPTION="Common code for PIM applications of the GPE Palmtop Environment" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" +IUSE="${IUSE}" +GPE_DOCS="ChangeLog" + +RDEPEND="${RDEPEND} + >=x11-libs/gtk+-2.2 + >=dev-libs/glib-2.2 + gpe-base/libgpewidget + dev-db/sqlite" + +DEPEND="${DEPEND} + ${RDEPEND}" |