summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-12-07 22:19:53 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-12-07 22:19:53 +0000
commit12863a3fe90570fdda661ce34f2097bdda3bc910 (patch)
treeefce150c149330e44349e8e5643468467506da90 /media-libs/libkgeomap
parentRemove old (diff)
downloadgentoo-2-12863a3fe90570fdda661ce34f2097bdda3bc910.tar.gz
gentoo-2-12863a3fe90570fdda661ce34f2097bdda3bc910.tar.bz2
gentoo-2-12863a3fe90570fdda661ce34f2097bdda3bc910.zip
Remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'media-libs/libkgeomap')
-rw-r--r--media-libs/libkgeomap/ChangeLog6
-rw-r--r--media-libs/libkgeomap/libkgeomap-3.4.0.ebuild29
2 files changed, 5 insertions, 30 deletions
diff --git a/media-libs/libkgeomap/ChangeLog b/media-libs/libkgeomap/ChangeLog
index 71b1d45dcead..11f661d4503d 100644
--- a/media-libs/libkgeomap/ChangeLog
+++ b/media-libs/libkgeomap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libkgeomap
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.40 2013/10/12 16:55:10 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.41 2013/12/07 22:19:53 dilfridge Exp $
+
+ 07 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -libkgeomap-3.4.0.ebuild:
+ Remove old
*libkgeomap-3.5.0 (12 Oct 2013)
diff --git a/media-libs/libkgeomap/libkgeomap-3.4.0.ebuild b/media-libs/libkgeomap/libkgeomap-3.4.0.ebuild
deleted file mode 100644
index cfe554622bfb..000000000000
--- a/media-libs/libkgeomap/libkgeomap-3.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-3.4.0.ebuild,v 1.1 2013/09/06 19:06:41 dilfridge Exp $
-
-EAPI=5
-
-KDE_MINIMAL="4.10"
-
-inherit kde4-base
-
-MY_PV=${PV/_/-}
-MY_P="digikam-${MY_PV}"
-SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
-
-DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap"
-HOMEPAGE="http://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT=4
-
-DEPEND="
- $(add_kdebase_dep libkexiv2)
- $(add_kdebase_dep marble kde,plasma)
-"
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${MY_P}/extra/${PN}"