summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-09 21:36:45 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-09 21:36:45 +0000
commit87e117a14337e02aeb61f4b7b98dc7e962e14b8e (patch)
treecd614c8baa454acc4fd8800eb027bcee360ea9c4 /app-office/libalkimia
parentStable on amd64 wrt bug #355085 (diff)
downloadgentoo-2-87e117a14337e02aeb61f4b7b98dc7e962e14b8e.tar.gz
gentoo-2-87e117a14337e02aeb61f4b7b98dc7e962e14b8e.tar.bz2
gentoo-2-87e117a14337e02aeb61f4b7b98dc7e962e14b8e.zip
Remove old
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libalkimia')
-rw-r--r--app-office/libalkimia/ChangeLog6
-rw-r--r--app-office/libalkimia/libalkimia-4.3.0.ebuild28
2 files changed, 5 insertions, 29 deletions
diff --git a/app-office/libalkimia/ChangeLog b/app-office/libalkimia/ChangeLog
index a085383cda3c..0f1d5ec81843 100644
--- a/app-office/libalkimia/ChangeLog
+++ b/app-office/libalkimia/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/libalkimia
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libalkimia/ChangeLog,v 1.3 2011/08/06 17:27:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libalkimia/ChangeLog,v 1.4 2011/08/09 21:36:45 dilfridge Exp $
+
+ 09 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -libalkimia-4.3.0.ebuild:
+ Remove old
06 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
libalkimia-4.3.1.ebuild, +files/libalkimia-4.3.1-underlinking.patch:
diff --git a/app-office/libalkimia/libalkimia-4.3.0.ebuild b/app-office/libalkimia/libalkimia-4.3.0.ebuild
deleted file mode 100644
index 3f9257a173ba..000000000000
--- a/app-office/libalkimia/libalkimia-4.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/libalkimia/libalkimia-4.3.0.ebuild,v 1.1 2011/04/21 22:19:14 dilfridge Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
-HOMEPAGE="http://kde-apps.org/content/show.php/libalkimia?content=137323"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/137323-${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-IUSE="doc"
-
-RDEPEND="dev-libs/gmp"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( app-doc/doxygen )"
-
-PATCHES=( "${FILESDIR}/${PN}-4.3.0-doc.patch" )
-
-src_configure() {
- mycmakeargs=( $(cmake-utils_use_build doc) )
- kde4-base_src_configure
-}