summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-12-01 18:08:01 +0000
committerChris White <chriswhite@gentoo.org>2005-12-01 18:08:01 +0000
commitcca8373c6f376dd64fbb30c7845be5d450926242 (patch)
treeaefd19c441538dc8df468fbc8d50bf7220a8c123 /app-pda
parentRemove oggvorbis flag per bug#94254 (diff)
downloadgentoo-2-cca8373c6f376dd64fbb30c7845be5d450926242.tar.gz
gentoo-2-cca8373c6f376dd64fbb30c7845be5d450926242.tar.bz2
gentoo-2-cca8373c6f376dd64fbb30c7845be5d450926242.zip
Remove
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/pocketpccommunication/Manifest2
-rw-r--r--app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.11
-rw-r--r--app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild27
3 files changed, 0 insertions, 30 deletions
diff --git a/app-pda/pocketpccommunication/Manifest b/app-pda/pocketpccommunication/Manifest
deleted file mode 100644
index b796f540bee2..000000000000
--- a/app-pda/pocketpccommunication/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 c39bd65c86ea9d054195c2f67a1b8bce pocketpccommunication-0.1.1.ebuild 606
-MD5 959505f5f77e26b1483ac4df3eeb7591 files/digest-pocketpccommunication-0.1.1 79
diff --git a/app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.1 b/app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.1
deleted file mode 100644
index 93546489d206..000000000000
--- a/app-pda/pocketpccommunication/files/digest-pocketpccommunication-0.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 44633736d27943a5441266ed703e59d7 pocketpccommunication_0_1_1.tar.gz 726404
diff --git a/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild b/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild
deleted file mode 100644
index 2604ba2d1ebb..000000000000
--- a/app-pda/pocketpccommunication/pocketpccommunication-0.1.1.ebuild
+++ /dev/null
@@ -1,27 +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/pocketpccommunication/pocketpccommunication-0.1.1.ebuild,v 1.1 2005/11/30 10:02:26 chriswhite Exp $
-
-inherit kde versionator autotools
-MY_PV=$(replace_all_version_separators '_')
-MY_P="${PN}_${MY_PV}"
-S=${WORKDIR}/${PN}
-
-DESCRIPTION="Konnector and utilities for kde pocket pc integration"
-HOMEPAGE="http://synce.sourceforge.net/synce/kde/konnector"
-SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="|| ( kde-base/kdepim-meta kde-base/kdepim )
- app-pda/synce-kde"
-
-need-kde 3.2
-
-src_unpack() {
- kde_src_unpack
- eautoreconf
-}