summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-08-06 07:08:34 +0000
committerJohannes Huber <johu@gentoo.org>2012-08-06 07:08:34 +0000
commitfcc84a356b85eeb9e8e2b16e4ed97d9e30016d76 (patch)
tree276399207d46e1c7aaa44212a8fbf9d77e95f0ac /dev-libs
parentapp-arch/lbzip2: Version Bump (diff)
downloadgentoo-2-fcc84a356b85eeb9e8e2b16e4ed97d9e30016d76.tar.gz
gentoo-2-fcc84a356b85eeb9e8e2b16e4ed97d9e30016d76.tar.bz2
gentoo-2-fcc84a356b85eeb9e8e2b16e4ed97d9e30016d76.zip
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libattica/ChangeLog6
-rw-r--r--dev-libs/libattica/libattica-0.3.0.ebuild26
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-libs/libattica/ChangeLog b/dev-libs/libattica/ChangeLog
index 8c1b523e1f5e..62e6c6c4e042 100644
--- a/dev-libs/libattica/ChangeLog
+++ b/dev-libs/libattica/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libattica
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.30 2012/08/05 23:59:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/ChangeLog,v 1.31 2012/08/06 07:08:34 johu Exp $
+
+ 06 Aug 2012; Johannes Huber <johu@gentoo.org> -libattica-0.3.0.ebuild:
+ Remove old.
05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> libattica-0.4.0.ebuild:
Stable ppc ppc64, bug #428956
@@ -111,4 +114,3 @@
08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +libattica-0.1.1.ebuild,
+metadata.xml:
Initial import
-
diff --git a/dev-libs/libattica/libattica-0.3.0.ebuild b/dev-libs/libattica/libattica-0.3.0.ebuild
deleted file mode 100644
index f4d8c2db2f18..000000000000
--- a/dev-libs/libattica/libattica-0.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/libattica-0.3.0.ebuild,v 1.6 2012/06/07 21:15:05 ranger Exp $
-
-EAPI=4
-
-MY_P="${P#lib}"
-MY_PN="${PN#lib}"
-
-inherit cmake-utils
-
-DESCRIPTION="A library providing access to Open Collaboration Services"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE="debug"
-
-DEPEND="x11-libs/qt-core:4"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS ChangeLog README)
-
-S="${WORKDIR}/${MY_P}"