diff options
author | 2009-08-05 23:57:16 +0000 | |
---|---|---|
committer | 2009-08-05 23:57:16 +0000 | |
commit | 8e8462d032886453f3fa3bf197e863b1d0ea05cd (patch) | |
tree | 6954c0bf2164947f9f285aade300ab420dba7028 /app-pda | |
parent | version bump (bug #280044) (diff) | |
download | gentoo-2-8e8462d032886453f3fa3bf197e863b1d0ea05cd.tar.gz gentoo-2-8e8462d032886453f3fa3bf197e863b1d0ea05cd.tar.bz2 gentoo-2-8e8462d032886453f3fa3bf197e863b1d0ea05cd.zip |
remove old packages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/synce-trayicon/ChangeLog | 10 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.1.ebuild | 26 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.11.ebuild | 56 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.12.ebuild | 42 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.7.ebuild | 26 | ||||
-rw-r--r-- | app-pda/synce-trayicon/synce-trayicon-0.8.ebuild | 20 |
6 files changed, 8 insertions, 172 deletions
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog index 5c5fe0afd21c..4c070c1e17bf 100644 --- a/app-pda/synce-trayicon/ChangeLog +++ b/app-pda/synce-trayicon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/synce-trayicon -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.24 2009/05/10 19:10:13 mescalinum Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.25 2009/08/05 23:57:16 mescalinum Exp $ + + 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org> + -synce-trayicon-0.1.ebuild, -synce-trayicon-0.7.ebuild, + -synce-trayicon-0.8.ebuild, -synce-trayicon-0.11.ebuild, + -synce-trayicon-0.12.ebuild: + removed old versions 10 May 2009; Federico Ferri <mescalinum@gentoo.org> synce-trayicon-0.13.ebuild: diff --git a/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild deleted file mode 100644 index 79940e97a0bc..000000000000 --- a/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.1.ebuild,v 1.10 2005/05/05 23:57:18 swegener Exp $ - -DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/libc - app-pda/synce-librapi2 - >=x11-libs/gtk+-2.0 - >=gnome-base/libgnomeui-2.0" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D%/}" install || die -} diff --git a/app-pda/synce-trayicon/synce-trayicon-0.11.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.11.ebuild deleted file mode 100644 index d01ca639e6b3..000000000000 --- a/app-pda/synce-trayicon/synce-trayicon-0.11.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.11.ebuild,v 1.3 2009/05/10 18:28:51 mescalinum Exp $ - -inherit eutils subversion gnome2 - -DESCRIPTION="SynCE - Gnome trayicon" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -RDEPEND="sys-apps/dbus - dev-libs/dbus-glib - >=dev-libs/glib-2.0 - >=x11-libs/gtk+-2.0 - gnome-base/libgnome - gnome-base/libgnomeui - gnome-base/libgtop - gnome-base/libglade - gnome-base/gnome-keyring - ~app-pda/synce-libsynce-0.11.1 - ~app-pda/synce-librra-0.11.1 - ~app-pda/synce-librapi2-0.11.1" -DEPEND="${RDEPEND} - gnome-base/gnome-common" - -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -src_unpack() { - subversion_src_unpack - cd "${S}" - # Force using automake 1.9 - epatch "${FILESDIR}"/automake-1.9.patch -} - -src_compile() { - # gnome-common < 2.18.0 hack - touch COPYING - touch INSTALL - ./autogen.sh --prefix=/usr - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-pda/synce-trayicon/synce-trayicon-0.12.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.12.ebuild deleted file mode 100644 index 833c250fc0ca..000000000000 --- a/app-pda/synce-trayicon/synce-trayicon-0.12.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.12.ebuild,v 1.3 2009/05/10 18:28:51 mescalinum Exp $ - -inherit eutils gnome2 - -DESCRIPTION="SynCE - Gnome trayicon" -HOMEPAGE="http://sourceforge.net/projects/synce/" -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -RDEPEND="sys-apps/dbus - dev-libs/dbus-glib - >=dev-libs/glib-2.0 - >=x11-libs/gtk+-2.0 - gnome-base/libgnome - gnome-base/libgnomeui - gnome-base/libgtop - gnome-base/libglade - gnome-base/gnome-keyring - ~app-pda/synce-libsynce-0.12 - ~app-pda/synce-librra-0.12 - ~app-pda/synce-librapi2-0.12 - >=app-pda/orange-0.3.2" -DEPEND="${RDEPEND} - gnome-base/gnome-common" - -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -src_install() { - emake DESTDIR="${D}" install || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild deleted file mode 100644 index dbe5e887cfa7..000000000000 --- a/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.7.ebuild,v 1.8 2005/05/05 23:57:18 swegener Exp $ - -DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/libc - app-pda/synce-librapi2 - >=x11-libs/gtk+-2.0 - >=gnome-base/libgnomeui-2.0" - -src_compile() { - econf || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D%/}" install || die -} diff --git a/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild deleted file mode 100644 index 2048794b1873..000000000000 --- a/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.8.ebuild,v 1.7 2008/05/21 12:48:15 drac Exp $ - -DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." -HOMEPAGE="http://sourceforge.net/projects/synce/" -SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=app-pda/synce-librapi2-0.8 - >=x11-libs/gtk+-2.0 - >=gnome-base/libgnomeui-2.0" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" -} |