diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-06 21:48:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-06 21:48:41 +0000 |
commit | 31a6c3882d2fd159b08e5a1495f0ae8f315c84cc (patch) | |
tree | 4ac7845891ae8b65742b18e0e1868155d6c46ffe /app-pda | |
parent | URI will be stable, not unstable (diff) | |
download | gentoo-2-31a6c3882d2fd159b08e5a1495f0ae8f315c84cc.tar.gz gentoo-2-31a6c3882d2fd159b08e5a1495f0ae8f315c84cc.tar.bz2 gentoo-2-31a6c3882d2fd159b08e5a1495f0ae8f315c84cc.zip |
punt as planned
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/syncevolution/ChangeLog | 29 | ||||
-rw-r--r-- | app-pda/syncevolution/Manifest | 5 | ||||
-rw-r--r-- | app-pda/syncevolution/files/syncevolution-1.1.1-libnotify-0.5.x.patch | 28 | ||||
-rw-r--r-- | app-pda/syncevolution/metadata.xml | 8 | ||||
-rw-r--r-- | app-pda/syncevolution/syncevolution-1.1.1.ebuild | 72 |
5 files changed, 0 insertions, 142 deletions
diff --git a/app-pda/syncevolution/ChangeLog b/app-pda/syncevolution/ChangeLog deleted file mode 100644 index 9a7cce05888e..000000000000 --- a/app-pda/syncevolution/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for app-pda/syncevolution -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/syncevolution/ChangeLog,v 1.5 2011/03/21 21:56:01 nirbheek Exp $ - - 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> - syncevolution-1.0.ebuild, syncevolution-1.1.1.ebuild: - Fix slot-deps on gnome libs - - 08 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> - syncevolution-1.1.1.ebuild, +files/syncevolution-1.1.1-libnotify-0.5.x.patch: - Fix building with x11-libs/libnotify 0.5.x series wrt #354087 by Diego Elio - Pettenò. - -*syncevolution-1.1.1 (10 Jan 2011) - - 10 Jan 2011; Olivier Crête <tester@gentoo.org> - +syncevolution-1.1.1.ebuild: - Version bump, bug #343073 - - 13 Dec 2010; Christian Faulhammer <fauli@gentoo.org> - syncevolution-1.0.ebuild: - keyworded ~arch for x86, bug 345991 - -*syncevolution-1.0 (26 Jun 2010) - - 26 Jun 2010; Olivier Crête <tester@gentoo.org> +syncevolution-1.0.ebuild, - +metadata.xml: - Initial import, fixes bug #225221 - diff --git a/app-pda/syncevolution/Manifest b/app-pda/syncevolution/Manifest deleted file mode 100644 index b966ceb5ddd8..000000000000 --- a/app-pda/syncevolution/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX syncevolution-1.1.1-libnotify-0.5.x.patch 921 RMD160 4d01553bb795642c05229612e36c0a5b56c0e73c SHA1 ff32e03426d2b342901e96d3076070c3c465864c SHA256 d42cc4fba2f4855f23a434b97957328bb9125780576d7d005ee9cf38c232d04f -DIST syncevolution-1.1.1.tar.gz 11550798 RMD160 b64a803f14b3c36ad72e41409d5631d0b9231a4a SHA1 bdf056e0ee44891cc8516a56ad3191b9d23fc6cb SHA256 c11e31198228a1e9cdc093791bf61f142d2982b76d72e0d1d1fc3fcb1e6ff645 -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/files/syncevolution-1.1.1-libnotify-0.5.x.patch b/app-pda/syncevolution/files/syncevolution-1.1.1-libnotify-0.5.x.patch deleted file mode 100644 index ca24e48e583a..000000000000 --- a/app-pda/syncevolution/files/syncevolution-1.1.1-libnotify-0.5.x.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- src/syncevo-dbus-server.cpp -+++ src/syncevo-dbus-server.cpp -@@ -64,6 +64,9 @@ - - #ifdef HAS_NOTIFY - #include <libnotify/notify.h> -+#ifndef NOTIFY_CHECK_VERSION -+#define NOTIFY_CHECK_VERSION(x,y,z) 0 -+#endif - #endif - - class DBusMessage; -@@ -6108,10 +6111,11 @@ - notify_notification_clear_actions(m_notification); - notify_notification_close(m_notification, NULL); - } --#if !defined(NOTIFY_CHECK_VERSION) -- m_notification = notify_notification_new(summary, body, NULL, NULL); --#else // NOTIFY_CHECK_VERSION(0,7,0) is redundant, because 0.7.0 introduced NOTIFY_CHECK_VERSION -- m_notification = notify_notification_new(summary, body, NULL); -+ m_notification = notify_notification_new(summary, body, NULL -+#if NOTIFY_CHECK_VERSION (0, 7, 0) -+ ); -+#else -+ , NULL); - #endif - //if actions are not supported, don't add actions - //An example is Ubuntu Notify OSD. It uses an alert box diff --git a/app-pda/syncevolution/metadata.xml b/app-pda/syncevolution/metadata.xml deleted file mode 100644 index 0945d734a594..000000000000 --- a/app-pda/syncevolution/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>pda</herd> -<maintainer> - <email>tester@gentoo.org</email> -</maintainer> -</pkgmetadata> diff --git a/app-pda/syncevolution/syncevolution-1.1.1.ebuild b/app-pda/syncevolution/syncevolution-1.1.1.ebuild deleted file mode 100644 index 8fb25736f154..000000000000 --- a/app-pda/syncevolution/syncevolution-1.1.1.ebuild +++ /dev/null @@ -1,72 +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.1.1.ebuild,v 1.3 2011/03/21 21:56:01 nirbheek Exp $ - -EAPI=2 - -inherit eutils 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 xmlrpc" - -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 - dev-python/twisted-web - >=dev-libs/boost-1.35 - gtk? ( >=x11-libs/gtk+-2.18:2 - dev-libs/libunique:1 ) - eds? ( >=gnome-extra/evolution-data-server-1.2 - >=dev-libs/libical-0.43 ) - xmlrpc? ( >=dev-libs/xmlrpc-c-1.06 - >=dev-db/sqlite-3.7.2 ) - 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) - $(use_enable xmlrpc) - $(use_enable xmlrpc sqlite3) - $(use_enable xmlrpc file)" - 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 -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-libnotify-0.5.x.patch - gnome2_src_prepare -} |