summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-11 17:12:59 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-11 17:12:59 +0000
commit9dfd4f54b09d46a559f1a1f5ab9f58ade23ed489 (patch)
tree595d6f90f86861655e7ca8a101f291bf22ec4bb0 /kde-misc/tellico
parentDrop no-longer required ebuild. (diff)
downloadgentoo-2-9dfd4f54b09d46a559f1a1f5ab9f58ade23ed489.tar.gz
gentoo-2-9dfd4f54b09d46a559f1a1f5ab9f58ade23ed489.tar.bz2
gentoo-2-9dfd4f54b09d46a559f1a1f5ab9f58ade23ed489.zip
Drop no-longer required ebuild.
(Portage version: 2.2_rc58/cvs/Linux i686)
Diffstat (limited to 'kde-misc/tellico')
-rw-r--r--kde-misc/tellico/ChangeLog5
-rw-r--r--kde-misc/tellico/tellico-2.0.ebuild55
2 files changed, 4 insertions, 56 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog
index 8daba8065d5d..3ab4d3d5668a 100644
--- a/kde-misc/tellico/ChangeLog
+++ b/kde-misc/tellico/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/tellico
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.86 2009/11/21 10:55:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.87 2009/12/11 17:12:59 scarabeus Exp $
+
+ 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -tellico-2.0.ebuild:
+ Drop no-longer required ebuild.
*tellico-2.1.1 (21 Nov 2009)
diff --git a/kde-misc/tellico/tellico-2.0.ebuild b/kde-misc/tellico/tellico-2.0.ebuild
deleted file mode 100644
index 98375d33552e..000000000000
--- a/kde-misc/tellico/tellico-2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.0.ebuild,v 1.2 2009/10/20 05:45:59 ssuominen Exp $
-
-EAPI="2"
-
-KDE_LINGUAS="bg ca cs da de el en_GB es et fi fr ga gl hu it lt ms nb nds nl nn
-pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
-
-KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
-
-inherit kde4-base
-
-MY_P="${P/_}"
-
-DESCRIPTION="A collection manager for the KDE environment."
-HOMEPAGE="http://tellico-project.org/"
-SRC_URI="http://tellico-project.org/files/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="4"
-IUSE="addressbook cddb debug +handbook pdf scanner taglib xmp yaz"
-
-DEPEND="
- dev-libs/libxml2
- dev-libs/libxslt
- x11-libs/qt-dbus:4
- addressbook? ( >=kde-base/kdepimlibs-${KDE_MINIMAL} )
- cddb? ( >=kde-base/libkcddb-${KDE_MINIMAL} )
- pdf? ( virtual/poppler-qt4 )
- scanner? ( >=kde-base/libksane-${KDE_MINIMAL} )
- taglib? ( >=media-libs/taglib-1.5 )
- xmp? ( >=media-libs/exempi-2 )
- yaz? ( >=dev-libs/yaz-2 )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- # Kcal marked as failing to build in CMakeLists.txt by upstream
- local mycmakeargs="${mycmakeargs}
- -DWITH_Kcal=OFF
- $(cmake-utils_use_with addressbook Kabc)
- $(cmake-utils_use_with cddb Kcddb)
- $(cmake-utils_use_with pdf PopplerQt4)
- $(cmake-utils_use_with scanner KSane)
- $(cmake-utils_use_with taglib)
- $(cmake-utils_use_with xmp Exempi)
- $(cmake-utils_use_with yaz)
- "
-
- kde4-base_src_configure
-}