diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-17 12:56:10 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-08-17 12:56:10 +0000 |
commit | 1698ee72524882d05fd84b329633101d7d7f9692 (patch) | |
tree | bafc8c1216720cdb7c5dfecf64e6685fc3cabaf3 /app-pda | |
parent | New version, which fixes bug #62245. (diff) | |
download | gentoo-2-1698ee72524882d05fd84b329633101d7d7f9692.tar.gz gentoo-2-1698ee72524882d05fd84b329633101d7d7f9692.tar.bz2 gentoo-2-1698ee72524882d05fd84b329633101d7d7f9692.zip |
Remove old ebuilds.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/plptools/files/digest-plptools-0.11 | 1 | ||||
-rw-r--r-- | app-pda/plptools/files/digest-plptools-0.12 | 1 | ||||
-rw-r--r-- | app-pda/plptools/files/plptools-0.12-assert.h.patch | 31 | ||||
-rw-r--r-- | app-pda/plptools/files/plptools-0.12-gentoo.patch | 12 | ||||
-rw-r--r-- | app-pda/plptools/plptools-0.11.ebuild | 36 | ||||
-rw-r--r-- | app-pda/plptools/plptools-0.12.ebuild | 49 |
6 files changed, 0 insertions, 130 deletions
diff --git a/app-pda/plptools/files/digest-plptools-0.11 b/app-pda/plptools/files/digest-plptools-0.11 deleted file mode 100644 index 7b1404878c5e..000000000000 --- a/app-pda/plptools/files/digest-plptools-0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 425f792a3c3598d2b1d4a51cb3ec5960 plptools-0.11.tar.gz 989279 diff --git a/app-pda/plptools/files/digest-plptools-0.12 b/app-pda/plptools/files/digest-plptools-0.12 deleted file mode 100644 index cd8ef42e94fb..000000000000 --- a/app-pda/plptools/files/digest-plptools-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 51738b3bd747a1c637cf333a8caf9292 plptools-0.12.tar.gz 989591 diff --git a/app-pda/plptools/files/plptools-0.12-assert.h.patch b/app-pda/plptools/files/plptools-0.12-assert.h.patch deleted file mode 100644 index 0ff848036758..000000000000 --- a/app-pda/plptools/files/plptools-0.12-assert.h.patch +++ /dev/null @@ -1,31 +0,0 @@ -=================================================================== -RCS file: /cvsroot/plptools/plptools/lib/Enum.h,v -retrieving revision 1.9 -retrieving revision 1.10 -diff -u -r1.9 -r1.10 ---- plptools/plptools/lib/Enum.h 2003/02/05 07:59:08 1.9 -+++ plptools/plptools/lib/Enum.h 2004/03/13 11:15:36 1.10 -@@ -27,6 +27,7 @@ - #include <config.h> - #endif - -+#include <assert.h> - #include <map> - #include <string> - -@@ -276,13 +277,13 @@ - * // declaration of enumeration; somewhere - * class rfsv { - * [...] -- * enum PSI_ERROR_CODES { E_PSI_GEN_NONE, E_PSI_GEN_FAIL, E_PSI_GEN_ARG }; -+ * enum PSI_ERROR_CODES { E_PSI_GEN_NONE, E_PSI_GEN_FAIL, E_PSI_GEN_ARG }; - * [...] - * }; - * - * // definition of the Enum<E> with the appropriate string representations - * ENUM_DEFINITION(rfsv::PSI_ERROR_CODES, -- * rfsv::E_PSI_GEN_NONE) { -+ * rfsv::E_PSI_GEN_NONE) { - * stringRep.add(rfsv::E_PSI_GEN_NONE, "no error"); - * stringRep.add(rfsv::E_PSI_GEN_FAIL, "general"); - * stringRep.add(rfsv::E_PSI_GEN_ARG, "bad argument"); diff --git a/app-pda/plptools/files/plptools-0.12-gentoo.patch b/app-pda/plptools/files/plptools-0.12-gentoo.patch deleted file mode 100644 index 21db60256314..000000000000 --- a/app-pda/plptools/files/plptools-0.12-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN plptools-0.12/lib/psitime.cc plptools-0.12-new/lib/psitime.cc ---- plptools-0.12/lib/psitime.cc 2003-07-24 01:18:03.000000000 -0700 -+++ plptools-0.12-new/lib/psitime.cc 2003-07-24 01:18:26.000000000 -0700 -@@ -63,7 +63,7 @@ - psi2unix(); - } - --PsiTime::PsiTime(struct timeval *_utv, struct timezone *_utz = 0L) { -+PsiTime::PsiTime(struct timeval *_utv, struct timezone *_utz) { - if (_utv != 0L) - utv = *_utv; - if (_utz != 0L) diff --git a/app-pda/plptools/plptools-0.11.ebuild b/app-pda/plptools/plptools-0.11.ebuild deleted file mode 100644 index 7fa4e4c4a597..000000000000 --- a/app-pda/plptools/plptools-0.11.ebuild +++ /dev/null @@ -1,36 +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/plptools/plptools-0.11.ebuild,v 1.12 2005/01/01 15:47:04 eradicator Exp $ - -DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." -HOMEPAGE="http://plptools.sourceforge.net" -SRC_URI="mirror://sourceforge/plptools/${P}.tar.gz" -LICENSE="as-is" - -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="virtual/libc" - -src_compile() { - patch -p1 < ${FILESDIR}/${P}-gentoo.patch | die "Patch failed!" - - local myconf - - myconf="${myconf} --disable-kde" - - ./configure ${myconf} --prefix=/usr || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc CHANGES README TODO - - insinto /etc/conf.d - newins ${FILESDIR}/psion.conf psion - - exeinto /etc/init.d - doexe ${FILESDIR}/psion -} diff --git a/app-pda/plptools/plptools-0.12.ebuild b/app-pda/plptools/plptools-0.12.ebuild deleted file mode 100644 index 23b5f13a1501..000000000000 --- a/app-pda/plptools/plptools-0.12.ebuild +++ /dev/null @@ -1,49 +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/plptools/plptools-0.12.ebuild,v 1.5 2005/05/06 09:32:06 swegener Exp $ - -inherit eutils - -DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." -HOMEPAGE="http://plptools.sourceforge.net" -SRC_URI="mirror://sourceforge/plptools/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86" -DEPEND="kde? ( >=kde-base/kdelibs-3.1 )" - -IUSE="kde" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.patch - epatch ${FILESDIR}/${P}-assert.h.patch -} - -src_compile() { - local myconf - - if use kde - then - myconf="${myconf} --enable-kde" - else - myconf="${myconf} --disable-kde" - fi - - ./configure ${myconf} --prefix=/usr || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc CHANGES README TODO - - insinto /etc/conf.d - newins ${FILESDIR}/psion.conf psion - - exeinto /etc/init.d - doexe ${FILESDIR}/psion -} |