diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 23:02:02 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 23:02:02 +0000 |
commit | 201d47a7e0ca69d6004f4f88abd3798c473984e3 (patch) | |
tree | 7141bb895c6f0c045ac051b66a9f889385a3fac4 /app-pda | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-201d47a7e0ca69d6004f4f88abd3798c473984e3.tar.gz gentoo-2-201d47a7e0ca69d6004f4f88abd3798c473984e3.tar.bz2 gentoo-2-201d47a7e0ca69d6004f4f88abd3798c473984e3.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/gnome-pilot/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild | 53 |
2 files changed, 6 insertions, 55 deletions
diff --git a/app-pda/gnome-pilot/ChangeLog b/app-pda/gnome-pilot/ChangeLog index bf7586e2f88d..c7ce606a1c26 100644 --- a/app-pda/gnome-pilot/ChangeLog +++ b/app-pda/gnome-pilot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/gnome-pilot -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.75 2012/05/03 20:20:58 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.76 2013/03/05 23:02:01 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-pilot-2.32.0.ebuild: + Clean up old revision. 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gnome-pilot-2.32.0.ebuild, gnome-pilot-2.32.1.ebuild: diff --git a/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild deleted file mode 100644 index 2cd716b72d43..000000000000 --- a/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.9 2012/05/03 20:20:58 jdhore Exp $ - -EAPI="3" -G2CONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library" -HOMEPAGE="http://live.gnome.org/GnomePilot" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="eds" - -RDEPEND=" - || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 ) - >=gnome-base/gconf-2 - dev-libs/libxml2 - >=app-pda/pilot-link-0.11.7 - >=x11-libs/gtk+-2.13:2 - >=dev-libs/dbus-glib-0.88 - - eds? ( >=gnome-extra/evolution-data-server-2 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=dev-util/gob-2.0.5 - >=dev-lang/perl-5.6 - >=app-text/scrollkeeper-0.3.14 - >=dev-util/intltool-0.35.5" - -pkg_setup() { - DOCS="AUTHORS COPYING* ChangeLog README NEWS" - G2CONF="${G2CONF} - --disable-static - $(use_enable eds eds-conduits) - --without-hal" -} - -src_install() { - gnome2_src_install - find "${ED}"/usr/$(get_libdir)/${PN}/conduits -name "*.la" -delete || die -} - -pkg_postinst() { - if ! has_version "app-pda/pilot-link[bluetooth]"; then - elog "if you want bluetooth support, please rebuild app-pda/pilot-link" - elog "echo 'app-pda/pilot-link bluetooth >> /etc/portage/package.use" - fi -} |