diff options
author | 2008-07-18 12:24:26 +0000 | |
---|---|---|
committer | 2008-07-18 12:24:26 +0000 | |
commit | dce271aaf8c430fa6e4336eb042a1d7e0ddda9d7 (patch) | |
tree | 97d7a375c88b0f018f361707d6b1155ccf76866e /app-admin/conduit | |
parent | add ~amd64 to make dberkholz happy (diff) | |
download | suka-dce271aaf8c430fa6e4336eb042a1d7e0ddda9d7.tar.gz suka-dce271aaf8c430fa6e4336eb042a1d7e0ddda9d7.tar.bz2 suka-dce271aaf8c430fa6e4336eb042a1d7e0ddda9d7.zip |
Conduit bumpage
svn path=/; revision=77
Diffstat (limited to 'app-admin/conduit')
-rw-r--r-- | app-admin/conduit/Manifest | 2 | ||||
-rw-r--r-- | app-admin/conduit/conduit-0.3.12.ebuild | 44 |
2 files changed, 46 insertions, 0 deletions
diff --git a/app-admin/conduit/Manifest b/app-admin/conduit/Manifest index 4558444..2ecbfa2 100644 --- a/app-admin/conduit/Manifest +++ b/app-admin/conduit/Manifest @@ -1,3 +1,5 @@ AUX conduit-0.3.9_correct_firefox_path.patch 450 RMD160 1bee9c2965dcf959a094b6e1adcea2882ada8dbf SHA1 007e05d95cbe7a29c189e1e3445d5b316b72e1ad SHA256 e89103d2747f9476586d5a4a8135c3578695a3aaa2579d53500c12e1b5c54165 +DIST conduit-0.3.12.tar.bz2 739130 RMD160 740452a825617aa62387a9f8eb66ad0d9ae166ad SHA1 f4db46caf71e6199fc01e75ab3b43b8bab3ca925 SHA256 be5150c34a304da717a511aa43ce35f7b087a7451d48f7746a78cbb276a3e8c4 DIST conduit-0.3.9.tar.bz2 691634 RMD160 22d1f316c34a7570297292f7d3ae9565c311eb41 SHA1 b7528d5e627ce06539f0102ad7bb99edeb64b2d7 SHA256 b2155dd3266a3f7a0f7bcd64700ca9361cfec7fcc4e7c0147dd715e4c81ebdd0 +EBUILD conduit-0.3.12.ebuild 1042 RMD160 7564c362fa6de523014fbfd87011018466789305 SHA1 adbd16fb6e0837bd2dfe82dcdc5d82cd09f7c08b SHA256 739c1399438f4af7d4659c0b0b33baf2a79c40d3a30f747cc4772295547f20e2 EBUILD conduit-0.3.9.ebuild 1038 RMD160 f21f786775e19843bb903fd907918833a980a0bd SHA1 e92c2e85488b8b1456daee09424e2f1ba78384da SHA256 5c8b7ca00c048eefd34a74c4571fcb6d18d94aee3c6e183c1327311747872aed diff --git a/app-admin/conduit/conduit-0.3.12.ebuild b/app-admin/conduit/conduit-0.3.12.ebuild new file mode 100644 index 0000000..7adcbc9 --- /dev/null +++ b/app-admin/conduit/conduit-0.3.12.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils gnome2 python multilib + +DESCRIPTION="A Desktop Synchronization Solution for GNOME" +HOMEPAGE="http://www.conduit-project.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnome nautilus" + +RDEPEND=">=virtual/python-2.5 + >=dev-python/pygtk-2.10 + >=dev-python/pyxml-0.8.4 + dev-python/vobject + >=dev-python/dbus-python-0.80 + >=dev-python/pygoocanvas-0.9 + dev-python/python-dateutil + >=dev-python/pysqlite-2.3 + || ( dev-python/elementtree >=virtual/python-2.5 ) + || ( >=dev-python/evolution-python-0.0.3 >=dev-python/gnome-python-desktop-2.22 ) + gnome? ( gnome-base/nautilus + media-gfx/eog )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.19" + + +pkg_setup() { + + G2CONF="${G2CONF} $(use_enable gnome nautilus-extension) $(use_enable gnome eog-plugin)" + +} + +#src_unpack() { + +# unpack ${A} +# epatch ${FILESDIR}/${P}_correct_firefox_path.patch + +#} |