diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-12-04 19:49:58 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-12-04 19:49:58 +0000 |
commit | 82026d506c1a296b056d7a000e22d28300e7697f (patch) | |
tree | 777e54a5507042890fe5c8e1608514ccb23a8a69 /kde-misc | |
parent | Initial import. Fixes #72946. The duck was on the prowl. (diff) | |
download | historical-82026d506c1a296b056d7a000e22d28300e7697f.tar.gz historical-82026d506c1a296b056d7a000e22d28300e7697f.tar.bz2 historical-82026d506c1a296b056d7a000e22d28300e7697f.zip |
version bump
Diffstat (limited to 'kde-misc')
-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 | 1 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-0.13.ebuild | 21 |
4 files changed, 32 insertions, 3 deletions
diff --git a/kde-misc/tellico/ChangeLog b/kde-misc/tellico/ChangeLog index 21e8ea011f8a..2d28776d77b7 100644 --- a/kde-misc/tellico/ChangeLog +++ b/kde-misc/tellico/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/tellico # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.4 2004/11/30 14:14:21 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.5 2004/12/04 19:49:58 carlo Exp $ + +*tellico-0.13 (04 Dec 2004) + + 04 Dec 2004; Carsten Lohrke <carlo@gentoo.org> +tellico-0.13.ebuild: + version bump 30 Nov 2004; Mike Doty <kingtaco@gentoo.org> tellico-0.12.ebuild: ~amd64 keyword added per #65514 diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest index 8943549c18b1..78fb0b752f58 100644 --- a/kde-misc/tellico/Manifest +++ b/kde-misc/tellico/Manifest @@ -1,4 +1,6 @@ -MD5 b47e22db5900779d01468e60adf0be58 ChangeLog 689 -MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 f6e09bbf2177bf2c4297613892a01968 tellico-0.12.ebuild 593 +MD5 c82fb953ccee94c90e18ea7c836cc3a0 tellico-0.13.ebuild 569 +MD5 5c1ba62cd7e16e817f7abea3f17767e6 ChangeLog 802 +MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 41b4021f4d3c931cbfa8fb1efd45580c files/digest-tellico-0.12 65 +MD5 de44104202960cd50ed09adac66d9866 files/digest-tellico-0.13 65 diff --git a/kde-misc/tellico/files/digest-tellico-0.13 b/kde-misc/tellico/files/digest-tellico-0.13 new file mode 100644 index 000000000000..798cd37321b8 --- /dev/null +++ b/kde-misc/tellico/files/digest-tellico-0.13 @@ -0,0 +1 @@ +MD5 0b20f4f34f039bc1dda3da71f4eabbf8 tellico-0.13.tar.gz 2317970 diff --git a/kde-misc/tellico/tellico-0.13.ebuild b/kde-misc/tellico/tellico-0.13.ebuild new file mode 100644 index 000000000000..ef7e5c6c8ed8 --- /dev/null +++ b/kde-misc/tellico/tellico-0.13.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-0.13.ebuild,v 1.1 2004/12/04 19:49:58 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/kdemultimedia" + +need-kde 3.2 |