summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-03-30 03:03:56 +0000
committerSteve Dibb <beandog@gentoo.org>2007-03-30 03:03:56 +0000
commit73e8ed4e2a6f52b09d6c6028dd7fa62807f7e55d (patch)
tree7c9f3cfec3ab3b6b6b19b19a1e1b2a61ed4b7812 /kde-misc
parentamd64 stable (diff)
downloadgentoo-2-73e8ed4e2a6f52b09d6c6028dd7fa62807f7e55d.tar.gz
gentoo-2-73e8ed4e2a6f52b09d6c6028dd7fa62807f7e55d.tar.bz2
gentoo-2-73e8ed4e2a6f52b09d6c6028dd7fa62807f7e55d.zip
remove old versions
(Portage version: 2.1.2.3)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/tellico/files/digest-tellico-1.2.43
-rw-r--r--kde-misc/tellico/files/digest-tellico-1.2.83
-rw-r--r--kde-misc/tellico/tellico-1.2.4.ebuild53
-rw-r--r--kde-misc/tellico/tellico-1.2.8.ebuild53
4 files changed, 0 insertions, 112 deletions
diff --git a/kde-misc/tellico/files/digest-tellico-1.2.4 b/kde-misc/tellico/files/digest-tellico-1.2.4
deleted file mode 100644
index 8f396060ca64..000000000000
--- a/kde-misc/tellico/files/digest-tellico-1.2.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 360749fe13a70a8da6a404dca7e0311e tellico-1.2.4.tar.gz 4783264
-RMD160 86c6ce4aebbe21386f9bb0f0952288c609732797 tellico-1.2.4.tar.gz 4783264
-SHA256 6c0fc2c3ba606f64c19c1396aec9176124579cad6aadc224e922237226714cf6 tellico-1.2.4.tar.gz 4783264
diff --git a/kde-misc/tellico/files/digest-tellico-1.2.8 b/kde-misc/tellico/files/digest-tellico-1.2.8
deleted file mode 100644
index 42ca12015e00..000000000000
--- a/kde-misc/tellico/files/digest-tellico-1.2.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ac9be76e26edaf9f75cddb03ee4ed73b tellico-1.2.8.tar.gz 4689201
-RMD160 7cb2714d1448c813b9b874b7b13ab6ed697bfdb7 tellico-1.2.8.tar.gz 4689201
-SHA256 b6c111c713aa56844a4293a87a932888faec3cfd8c465d7fdab8686acd9f6806 tellico-1.2.8.tar.gz 4689201
diff --git a/kde-misc/tellico/tellico-1.2.4.ebuild b/kde-misc/tellico/tellico-1.2.4.ebuild
deleted file mode 100644
index ec241db491ca..000000000000
--- a/kde-misc/tellico/tellico-1.2.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-1.2.4.ebuild,v 1.5 2006/11/17 12:25:26 nixnut Exp $
-
-inherit kde sgml-catalog
-
-MY_P=${P/_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A collection manager for the KDE environment."
-HOMEPAGE="http://www.periapsis.org/tellico"
-SRC_URI="http://www.periapsis.org/tellico/download/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="calendar cddb yaz"
-
-RDEPEND=">=dev-libs/libxml2-2.6
- >=dev-libs/libxslt-1.0.19
- cddb? ( || ( kde-base/libkcddb kde-base/kdemultimedia ) )
- calendar? ( || ( ( kde-base/ktnef kde-base/libkcal ) kde-base/kdepim ) )
- media-libs/taglib
- yaz? ( dev-libs/yaz )"
-
-need-kde 3.4 #Real lowest version is 3.3.1
-
-src_compile() {
- local myconf="$(use_enable cddb libkcddb) $(use_enable calendar libkcal)"
- kde_src_compile
-}
-
-pkg_postinst() {
- einfo "Installing catalog..."
- ${ROOT}/usr/bin/xmlcatalog --noout --add "delegatePublic" \
- "-//Robby Stephenson/DTD Tellico V9.0//EN" \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
- ${ROOT}/usr/bin/xmlcatalog --noout --add "delegateSystem" \
- "http://www.periapsis.org/tellico/dtd/v9/tellico.dtd" \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
- ${ROOT}/usr/bin/xmlcatalog --noout --add "delegateURI" \
- "http://www.periapsis.org/tellico/dtd/v9/tellico.dtd" \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
-}
-
-pkg_postrm() {
- ${ROOT}/usr/bin/xmlcatalog --noout --del \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
-}
diff --git a/kde-misc/tellico/tellico-1.2.8.ebuild b/kde-misc/tellico/tellico-1.2.8.ebuild
deleted file mode 100644
index d217385b0bd3..000000000000
--- a/kde-misc/tellico/tellico-1.2.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-1.2.8.ebuild,v 1.1 2007/02/04 19:33:47 beandog Exp $
-
-inherit kde sgml-catalog
-
-MY_P=${P/_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A collection manager for the KDE environment."
-HOMEPAGE="http://www.periapsis.org/tellico"
-SRC_URI="http://www.periapsis.org/tellico/download/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="calendar cddb yaz"
-
-RDEPEND=">=dev-libs/libxml2-2.6
- >=dev-libs/libxslt-1.0.19
- cddb? ( || ( kde-base/libkcddb kde-base/kdemultimedia ) )
- calendar? ( || ( ( kde-base/ktnef kde-base/libkcal ) kde-base/kdepim ) )
- media-libs/taglib
- yaz? ( dev-libs/yaz )"
-
-need-kde 3.4 #Real lowest version is 3.3.1
-
-src_compile() {
- local myconf="$(use_enable cddb libkcddb) $(use_enable calendar libkcal)"
- kde_src_compile
-}
-
-pkg_postinst() {
- einfo "Installing catalog..."
- ${ROOT}/usr/bin/xmlcatalog --noout --add "delegatePublic" \
- "-//Robby Stephenson/DTD Tellico V9.0//EN" \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
- ${ROOT}/usr/bin/xmlcatalog --noout --add "delegateSystem" \
- "http://www.periapsis.org/tellico/dtd/v9/tellico.dtd" \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
- ${ROOT}/usr/bin/xmlcatalog --noout --add "delegateURI" \
- "http://www.periapsis.org/tellico/dtd/v9/tellico.dtd" \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
-}
-
-pkg_postrm() {
- ${ROOT}/usr/bin/xmlcatalog --noout --del \
- "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
- ${ROOT}/etc/xml/catalog
-}