summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-26 11:18:14 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-02-26 11:18:14 +0000
commit4c62da1f2eea5a62453a0ef848eb73d96aec27cf (patch)
tree74063e78ab66df467f6ba4201607c1fe036291fb /kde-misc/tellico
parentRemove old. (diff)
downloadgentoo-2-4c62da1f2eea5a62453a0ef848eb73d96aec27cf.tar.gz
gentoo-2-4c62da1f2eea5a62453a0ef848eb73d96aec27cf.tar.bz2
gentoo-2-4c62da1f2eea5a62453a0ef848eb73d96aec27cf.zip
Remove old.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-misc/tellico')
-rw-r--r--kde-misc/tellico/ChangeLog5
-rw-r--r--kde-misc/tellico/tellico-2.3.6.ebuild58
2 files changed, 4 insertions, 59 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog
index 194005815cef..7e9ef727fd9c 100644
--- a/kde-misc/tellico/ChangeLog
+++ b/kde-misc/tellico/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-misc/tellico
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.118 2013/02/26 11:01:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.119 2013/02/26 11:18:14 kensington Exp $
+
+ 26 Feb 2013; Michael Palimaka <kensington@gentoo.org> -tellico-2.3.6.ebuild:
+ Remove old.
26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tellico-2.3.7.ebuild:
Stable for x86, wrt bug #459256
diff --git a/kde-misc/tellico/tellico-2.3.6.ebuild b/kde-misc/tellico/tellico-2.3.6.ebuild
deleted file mode 100644
index 9d76db4a019d..000000000000
--- a/kde-misc/tellico/tellico-2.3.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.6.ebuild,v 1.3 2012/11/14 21:48:47 johu Exp $
-
-EAPI=4
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl hu
-ia it ja kk lt ms nb nds nl nn pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A collection manager for the KDE environment"
-HOMEPAGE="http://tellico-project.org/"
-SRC_URI="http://tellico-project.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="addressbook cddb debug pdf scanner semantic-desktop taglib v4l xmp yaz"
-
-DEPEND="
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/qjson
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- media-libs/qimageblitz
- x11-libs/qt-dbus:4
- addressbook? ( $(add_kdebase_dep kdepimlibs) )
- cddb? ( $(add_kdebase_dep libkcddb) )
- pdf? ( >=app-text/poppler-0.12.3-r3[qt4] )
- scanner? ( $(add_kdebase_dep libksane) )
- semantic-desktop? ( dev-libs/soprano[raptor,redland] )
- taglib? ( >=media-libs/taglib-1.5 )
- v4l? ( >=media-libs/libv4l-0.8.3 )
- xmp? ( >=media-libs/exempi-2 )
- yaz? ( >=dev-libs/yaz-2 )
-"
-RDEPEND="${DEPEND}"
-
-# tests need network access and well-defined server responses
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_enable v4l WEBCAM)
- $(cmake-utils_use_with xmp Exempi)
- $(cmake-utils_use_with scanner KSane)
- $(cmake-utils_use_with cddb Kcddb)
- $(cmake-utils_use_with addressbook KdepimLibs)
- $(cmake-utils_use_with pdf PopplerQt4)
- $(cmake-utils_use_with taglib)
- $(cmake-utils_use_with yaz)
- )
-
- kde4-base_src_configure
-}