diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 20:28:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 20:28:03 +0000 |
commit | 9223d9a73296ee8bf439d6071aec41cc05f65321 (patch) | |
tree | 75c2fa8c9cc6c227e7aacc712312c4fb2a63f591 /app-pda | |
parent | Fix dependencies. (diff) | |
download | historical-9223d9a73296ee8bf439d6071aec41cc05f65321.tar.gz historical-9223d9a73296ee8bf439d6071aec41cc05f65321.tar.bz2 historical-9223d9a73296ee8bf439d6071aec41cc05f65321.zip |
punt old. libnotify issues.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/syncevolution/Manifest | 2 | ||||
-rw-r--r-- | app-pda/syncevolution/syncevolution-1.0.ebuild | 60 |
2 files changed, 0 insertions, 62 deletions
diff --git a/app-pda/syncevolution/Manifest b/app-pda/syncevolution/Manifest index 5590af49503a..b966ceb5ddd8 100644 --- a/app-pda/syncevolution/Manifest +++ b/app-pda/syncevolution/Manifest @@ -1,7 +1,5 @@ AUX syncevolution-1.1.1-libnotify-0.5.x.patch 921 RMD160 4d01553bb795642c05229612e36c0a5b56c0e73c SHA1 ff32e03426d2b342901e96d3076070c3c465864c SHA256 d42cc4fba2f4855f23a434b97957328bb9125780576d7d005ee9cf38c232d04f -DIST syncevolution-1.0.tar.gz 11486957 RMD160 e7af91e17b426a8f26f8af18203c6b12d87e7696 SHA1 12d7ed0a94646d09ca930951e5a8034d8cb8142a SHA256 d5964eaffcbe70e0cc8c166ec557a887bb2df668117d67a7336eeb36d6df3312 DIST syncevolution-1.1.1.tar.gz 11550798 RMD160 b64a803f14b3c36ad72e41409d5631d0b9231a4a SHA1 bdf056e0ee44891cc8516a56ad3191b9d23fc6cb SHA256 c11e31198228a1e9cdc093791bf61f142d2982b76d72e0d1d1fc3fcb1e6ff645 -EBUILD syncevolution-1.0.ebuild 1566 RMD160 6e6bfb10679f4557bfa478a7017fd7b22ee40b9e SHA1 bada8e434a90e8db61365a93de44586ebae9cf3d SHA256 cb278dc60306d0e8d710fdf60fc5217ad2758aa2429fb52a76089dc798d1934a EBUILD syncevolution-1.1.1.ebuild 1861 RMD160 bd8d67f068010b5350c8c2050e2224f6d7f88774 SHA1 b68ee9832d6f6a6a44b3513d990b7a2d76755430 SHA256 20fdf6ff33efc5054e7b5b6784a48448027b35a66cab71d2f428af9a6e745e07 MISC ChangeLog 1016 RMD160 797eaef9932910c62b66e5460f6dac8726e5f5b9 SHA1 e09255097805906700723e6c409583832c387297 SHA256 e51026d91237a7c480abe57b1293a168734bcea1181ce02f7a6ed37cf2f75b09 MISC metadata.xml 218 RMD160 dcf0864821f82cd4da3e0da4d518166f6045b7b5 SHA1 ca615ae28fbffc0e7e3d1e51e189fbd245fddcc4 SHA256 983941334731e33b40df7a8643ee1f0e415ff4a4e2c90e1a4ac80a852792fb47 diff --git a/app-pda/syncevolution/syncevolution-1.0.ebuild b/app-pda/syncevolution/syncevolution-1.0.ebuild deleted file mode 100644 index 36564e46169d..000000000000 --- a/app-pda/syncevolution/syncevolution-1.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/syncevolution-1.0.ebuild,v 1.3 2011/03/21 21:56:01 nirbheek Exp $ - -EAPI=2 - -inherit gnome2 - -DESCRIPTION="A SyncML desktop client and server" -HOMEPAGE="http://syncevolution.org/" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="sqlite +gtk +eds bluetooth +gnome" - -SRC_URI="http://downloads.syncevolution.org/syncevolution/sources/${P}.tar.gz" - -RDEPEND=">=gnome-base/gconf-2:2 - >=dev-libs/glib-2.16:2 - >=net-libs/libsoup-2.4:2.4 - >=sys-apps/dbus-1.2 - x11-libs/libnotify - >=gnome-base/gnome-keyring-2.20 - gtk? ( >=x11-libs/gtk+-2.18:2 - dev-libs/libunique:1 ) - eds? ( >=gnome-extra/evolution-data-server-1.2 - >=dev-libs/libical-0.43 ) - bluetooth? ( - >=net-wireless/bluez-4 - >=dev-libs/openobex-1.5 - gnome? ( >=net-wireless/gnome-bluetooth-2.28 ) )" -DEPEND="${RDEPEND} - dev-libs/libxslt - dev-python/docutils - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.37.1" - -DOCS="README NEWS AUTHORS HACKING" - -pkg_setup() { - G2CONF="--with-rst2man=/usr/bin/rst2man.py - --with-rst2html=/usr/bin/rst2html.py - --enable-dbus-service - $(use_enable bluetooth) - $(use_enable sqlite) - $(use_enable eds ebook) - $(use_enable eds ecal)" - if use bluetooth; then - G2CONF="${G2CONF} - $(use_enable gnome gnome-bluetooth-panel-plugin)" - else - G2CONF="${G2CONF} --disable-gnome-bluetooth-panel-plugin" - fi - if use gtk; then - G2CONF="${G2CONF} --enable-gui=gtk" - else - G2CONF="${G2CONF} --enable-gui=no" - fi -} |