diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-09-08 18:36:08 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-09-08 18:36:08 +0000 |
commit | ab2b0e7be4aea91fe9536be1f5602f36c7c7b112 (patch) | |
tree | 8ca4d2827810247f4b63cf977bb990b1472394a6 /kde-misc | |
parent | Version bump, remove the old mailer.eclass version. Stabilise 1.4.5 on amd64. (diff) | |
download | gentoo-2-ab2b0e7be4aea91fe9536be1f5602f36c7c7b112.tar.gz gentoo-2-ab2b0e7be4aea91fe9536be1f5602f36c7c7b112.tar.bz2 gentoo-2-ab2b0e7be4aea91fe9536be1f5602f36c7c7b112.zip |
Version bump.
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/tellico/files/digest-tellico-1.2.2 | 3 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-1.2.2.ebuild | 53 |
3 files changed, 62 insertions, 1 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog index 1b3ec8e9f5b1..5595cfabb972 100644 --- a/kde-misc/tellico/ChangeLog +++ b/kde-misc/tellico/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/tellico # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.43 2006/09/01 10:59:31 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.44 2006/09/08 18:36:08 carlo Exp $ + +*tellico-1.2.2 (08 Sep 2006) + + 08 Sep 2006; Carsten Lohrke <carlo@gentoo.org> +tellico-1.2.2.ebuild: + Version bump. *tellico-1.2 (01 Sep 2006) diff --git a/kde-misc/tellico/files/digest-tellico-1.2.2 b/kde-misc/tellico/files/digest-tellico-1.2.2 new file mode 100644 index 000000000000..c58c3eed0165 --- /dev/null +++ b/kde-misc/tellico/files/digest-tellico-1.2.2 @@ -0,0 +1,3 @@ +MD5 d0fdce6bf407d38478d6e7658927ad5d tellico-1.2.2.tar.gz 4773822 +RMD160 48e1a15490de6bf9e66c6b5ed147c721b5313039 tellico-1.2.2.tar.gz 4773822 +SHA256 f08b934060db821d49b713e19843ce6a16428caa4a2814d0caea843d4336eb96 tellico-1.2.2.tar.gz 4773822 diff --git a/kde-misc/tellico/tellico-1.2.2.ebuild b/kde-misc/tellico/tellico-1.2.2.ebuild new file mode 100644 index 000000000000..7e53e6c653fb --- /dev/null +++ b/kde-misc/tellico/tellico-1.2.2.ebuild @@ -0,0 +1,53 @@ +# 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.2.ebuild,v 1.1 2006/09/08 18:36:08 carlo 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" + +DEPEND=">=dev-libs/libxml2-2.4.23 + >=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 + +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 +}
\ No newline at end of file |