summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-11-21 11:54:37 +0100
committerTomáš Chvátal <scarabeus@gentoo.org>2009-11-21 11:54:37 +0100
commit754368d7cf985874cfc48f588bf2e619baae474d (patch)
treedff91d171b70076420ae229b457cd3d2c5dbce32
parent6c6f38fe909f2564ef6a76fee92aa27e26c163e8 (diff)
downloadkde-754368d7cf985874cfc48f588bf2e619baae474d.tar.gz
kde-754368d7cf985874cfc48f588bf2e619baae474d.tar.bz2
kde-754368d7cf985874cfc48f588bf2e619baae474d.zip
[kde-misc/tellico] Drop. Newer in main tree.
-rw-r--r--kde-misc/tellico/Manifest3
-rw-r--r--kde-misc/tellico/metadata.xml14
-rw-r--r--kde-misc/tellico/tellico-2.0_pre2-r1.ebuild55
3 files changed, 0 insertions, 72 deletions
diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest
deleted file mode 100644
index 72cdc11f6b0..00000000000
--- a/kde-misc/tellico/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tellico-2.0pre2.tar.bz2 2441154 RMD160 1fe10144786a1b8921113055212298f59aa40192 SHA1 8131015b649ce4f629e68b217fa471fc0586f89d SHA256 2f6168237fea0910e37369126898c8b137f6e24a8221fbaf769a4c2b78ed363a
-EBUILD tellico-2.0_pre2-r1.ebuild 1445 RMD160 108bf1e314af98d65a1c45562d6d4353ba23d552 SHA1 bd291444c35bc63d28d3f8b0da29a59d8322cfc2 SHA256 2c19df36c4e7e555992c9f0b621be30a0f6b85c90f74f7fd776f42ed4fec0e9d
-MISC metadata.xml 591 RMD160 897af4f751ca910a2d20001518a152b0e4c58ddb SHA1 4314b96a1d3484e85e51b3800739dee2aa5a6ac5 SHA256 d363396a567089c0dacbf9e9d051641119d3b941a4ec51ed78e38b9a86d8ea19
diff --git a/kde-misc/tellico/metadata.xml b/kde-misc/tellico/metadata.xml
deleted file mode 100644
index 2d847952de5..00000000000
--- a/kde-misc/tellico/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
- <longdescription lang="en">
- Tellico is a KDE application for organizing your collections. It provides
- default templates for books, bibliographies, videos, music, video games, coins,
- stamps, trading cards, comic books, and wines.
- </longdescription>
-<use>
- <flag name="addressbook">Add support for kdepim addressbook (kabc)</flag>
- <flag name="xmp">Adds support for PDF/XMP metadata using <pkg>media-libs/exempi</pkg></flag>
-</use>
-</pkgmetadata>
diff --git a/kde-misc/tellico/tellico-2.0_pre2-r1.ebuild b/kde-misc/tellico/tellico-2.0_pre2-r1.ebuild
deleted file mode 100644
index 4a4ade8584b..00000000000
--- a/kde-misc/tellico/tellico-2.0_pre2-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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 sr 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://www.periapsis.org/tellico/"
-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
-}