summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
commit65f23fa591b40aa410097713165d986c18541bfa (patch)
tree511c72b50399d2ce73e166154c218274d721b259 /kde-base/kamera
parentold (diff)
downloadgentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kamera')
-rw-r--r--kde-base/kamera/ChangeLog6
-rw-r--r--kde-base/kamera/kamera-4.3.5.ebuild27
-rw-r--r--kde-base/kamera/kamera-4.4.4.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/kde-base/kamera/ChangeLog b/kde-base/kamera/ChangeLog
index ab91be6c4852..a412952407a9 100644
--- a/kde-base/kamera/ChangeLog
+++ b/kde-base/kamera/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kamera
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/ChangeLog,v 1.154 2010/08/09 06:23:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/ChangeLog,v 1.155 2010/08/09 11:30:31 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kamera-4.3.5.ebuild,
+ -kamera-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kamera-4.4.5.ebuild:
x86 stable, bug 322791
diff --git a/kde-base/kamera/kamera-4.3.5.ebuild b/kde-base/kamera/kamera-4.3.5.ebuild
deleted file mode 100644
index 15839687c9ff..000000000000
--- a/kde-base/kamera/kamera-4.3.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.3.5.ebuild,v 1.4 2010/06/21 15:53:49 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdegraphics"
-inherit kde4-meta
-
-DESCRIPTION="KDE digital camera manager"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook"
-
-DEPEND="
- media-libs/libgphoto2
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- if use handbook; then
- KMEXTRA="
- doc/kcontrol/${PN}
- "
- fi
-
- kde4-meta_src_unpack
-}
diff --git a/kde-base/kamera/kamera-4.4.4.ebuild b/kde-base/kamera/kamera-4.4.4.ebuild
deleted file mode 100644
index 77742cdafaff..000000000000
--- a/kde-base/kamera/kamera-4.4.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.4.4.ebuild,v 1.4 2010/06/27 09:50:31 fauli Exp $
-
-EAPI="3"
-
-KMNAME="kdegraphics"
-inherit kde4-meta
-
-DESCRIPTION="KDE digital camera manager"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook"
-
-DEPEND="
- media-libs/libgphoto2
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- if use handbook; then
- KMEXTRA="
- doc/kcontrol/${PN}
- "
- fi
-
- kde4-meta_src_unpack
-}