summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-09-27 23:39:20 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-09-27 23:39:20 +0000
commit919461b943d94bd117e02f574d156657db161e16 (patch)
tree4c1386a6252d199149b0d3c762eee0c5c1b75a85 /app-pda
parentAdd missing scrollkeeper dependency, bug #285596. Clean up old revisions (diff)
downloadhistorical-919461b943d94bd117e02f574d156657db161e16.tar.gz
historical-919461b943d94bd117e02f574d156657db161e16.tar.bz2
historical-919461b943d94bd117e02f574d156657db161e16.zip
Clean up old revision.
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnome-pilot-conduits/ChangeLog6
-rw-r--r--app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/app-pda/gnome-pilot-conduits/ChangeLog b/app-pda/gnome-pilot-conduits/ChangeLog
index 5400282884f9..043782d8eb19 100644
--- a/app-pda/gnome-pilot-conduits/ChangeLog
+++ b/app-pda/gnome-pilot-conduits/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/gnome-pilot-conduits
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.36 2009/06/02 17:14:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot-conduits/ChangeLog,v 1.37 2009/09/27 23:39:20 eva Exp $
+
+ 27 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-pilot-conduits-2.0.16.ebuild:
+ Clean up old revision.
02 Jun 2009; Raúl Porcel <armin76@gentoo.org>
gnome-pilot-conduits-2.0.17.ebuild:
diff --git a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild b/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild
deleted file mode 100644
index 958efd765ce4..000000000000
--- a/app-pda/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild
+++ /dev/null
@@ -1,31 +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/gnome-pilot-conduits/gnome-pilot-conduits-2.0.16.ebuild,v 1.5 2008/08/01 19:17:50 nixnut Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Gnome Pilot Conduits"
-HOMEPAGE="http://live.gnome.org/GnomePilot"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=gnome-base/libgnome-2.0
- >=app-pda/gnome-pilot-${PVR}
- >=dev-libs/libxml2-2.5"
-DEPEND="sys-devel/gettext
- dev-util/pkgconfig
- ${RDEPEND}"
-
-G2CONF="${G2CONF} --enable-pilotlinktest"
-SCROLLKEEPER_UPDATE="0"
-
-src_unpack() {
- gnome2_src_unpack
-
- # fix build failures
- sed -i "s:pi-md5.h:libpisock/pi-md5.h:g" \
- mal-conduit/mal/common/AG{Digest,MD5}.c || die "sed failed"
-}