summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/libalkimia/libalkimia-4.3.0.ebuild')
-rw-r--r--app-office/libalkimia/libalkimia-4.3.0.ebuild28
1 files changed, 0 insertions, 28 deletions
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
-}