diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 22:55:12 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 22:55:12 +0000 |
commit | 874c03108d6ab648e7f75570a43309184caf70bf (patch) | |
tree | aff8b1f1930f8fa198b739da01eb3847de5b84fa /kde-misc | |
parent | Remove valgrind dependency (bug #158066). It is not required at build or run ... (diff) | |
download | gentoo-2-874c03108d6ab648e7f75570a43309184caf70bf.tar.gz gentoo-2-874c03108d6ab648e7f75570a43309184caf70bf.tar.bz2 gentoo-2-874c03108d6ab648e7f75570a43309184caf70bf.zip |
Old.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-1.2.13.ebuild | 53 |
2 files changed, 5 insertions, 55 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog index 9f4571a4d9a3..2c72e0a32330 100644 --- a/kde-misc/tellico/ChangeLog +++ b/kde-misc/tellico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/tellico -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.71 2007/09/25 04:57:51 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.72 2008/02/18 22:55:12 ingmar Exp $ + + 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -tellico-1.2.13.ebuild: + Old. *tellico-1.2.14 (24 Sep 2007) diff --git a/kde-misc/tellico/tellico-1.2.13.ebuild b/kde-misc/tellico/tellico-1.2.13.ebuild deleted file mode 100644 index d2d31d581616..000000000000 --- a/kde-misc/tellico/tellico-1.2.13.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.13.ebuild,v 1.1 2007/08/04 17:34:36 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.5 - -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 -} |