diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-02-13 23:00:54 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-02-13 23:00:54 +0000 |
commit | 793336f0f5b6cb0b98a316baf46da80eb25b4d44 (patch) | |
tree | 4440ea1be7b085905aed3ba96d51cf4e3e0a0f17 /kde-misc/tellico | |
parent | Stable on alpha, bug 78256. (diff) | |
download | historical-793336f0f5b6cb0b98a316baf46da80eb25b4d44.tar.gz historical-793336f0f5b6cb0b98a316baf46da80eb25b4d44.tar.bz2 historical-793336f0f5b6cb0b98a316baf46da80eb25b4d44.zip |
version bump
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'kde-misc/tellico')
-rw-r--r-- | kde-misc/tellico/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/tellico/Manifest | 6 | ||||
-rw-r--r-- | kde-misc/tellico/files/digest-tellico-0.13.3 | 1 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-0.13.3.ebuild | 21 |
4 files changed, 32 insertions, 3 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog index 63d7a5961ba9..b8ab50a94804 100644 --- a/kde-misc/tellico/ChangeLog +++ b/kde-misc/tellico/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/tellico # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.9 2005/01/25 13:39:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.10 2005/02/13 22:58:06 carlo Exp $ + +*tellico-0.13.3 (13 Feb 2005) + + 13 Feb 2005; Carsten Lohrke <carlo@gentoo.org> +tellico-0.13.3.ebuild: + version bump 25 Jan 2005; Jason Wever <weeve@gentoo.org> tellico-0.13.1.ebuild: Stable on sparc. diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest index 58de1ec8dd11..342d5870c050 100644 --- a/kde-misc/tellico/Manifest +++ b/kde-misc/tellico/Manifest @@ -1,6 +1,8 @@ -MD5 6e3ee8bfc38c4116b1a1a1cc50596e57 ChangeLog 1394 -MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 d2840e01209f2347d4b49c366f069c6a tellico-0.12.ebuild 628 MD5 4efc68e0a297c3172a177972eafa2dbc tellico-0.13.1.ebuild 604 +MD5 1b6e93bd0e658d21fbfb9a2a60836ada ChangeLog 1514 +MD5 e36e67c827b62206c2fd898423a5dcb9 tellico-0.13.3.ebuild 497 +MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 41b4021f4d3c931cbfa8fb1efd45580c files/digest-tellico-0.12 65 MD5 18b5a814918f7c5facbb275d368202f7 files/digest-tellico-0.13.1 67 +MD5 68428496456a1985e09dd95467711760 files/digest-tellico-0.13.3 67 diff --git a/kde-misc/tellico/files/digest-tellico-0.13.3 b/kde-misc/tellico/files/digest-tellico-0.13.3 new file mode 100644 index 000000000000..15885baddb36 --- /dev/null +++ b/kde-misc/tellico/files/digest-tellico-0.13.3 @@ -0,0 +1 @@ +MD5 d886062a9e0accb00b1085bfc9daef23 tellico-0.13.3.tar.gz 2365007 diff --git a/kde-misc/tellico/tellico-0.13.3.ebuild b/kde-misc/tellico/tellico-0.13.3.ebuild new file mode 100644 index 000000000000..de90547442c0 --- /dev/null +++ b/kde-misc/tellico/tellico-0.13.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-0.13.3.ebuild,v 1.1 2005/02/13 22:58:06 carlo Exp $ + +inherit kde + +DESCRIPTION="A collection manager for the KDE environment" +HOMEPAGE="http://www.periapsis.org/tellico" +SRC_URI="http://www.periapsis.org/tellico/download/${P}.tar.gz" + +KEYWORDS="~x86 ~sparc ~ppc ~amd64" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" + +DEPEND=">=dev-libs/libxml2-2.4.23 + >=dev-libs/libxslt-1.0.19 + || ( kde-base/libkcddb kde-base/kdemultimedia )" + +need-kde 3.2 |