diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-10-13 00:10:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-10-13 00:10:09 +0000 |
commit | 17abc81c5d5db6e57ff717fcc1648b5d8ec68103 (patch) | |
tree | 870b830df2b725dc1ecf59fb88886e46ef09d48f /kde-base/ksnapshot | |
parent | Modified 'cp' calls (bug #103487). (diff) | |
download | historical-17abc81c5d5db6e57ff717fcc1648b5d8ec68103.tar.gz historical-17abc81c5d5db6e57ff717fcc1648b5d8ec68103.tar.bz2 historical-17abc81c5d5db6e57ff717fcc1648b5d8ec68103.zip |
kde 3.4.3 split ebuilds
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksnapshot/Manifest | 20 | ||||
-rw-r--r-- | kde-base/ksnapshot/files/digest-ksnapshot-3.4.3 | 1 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-3.4.3.ebuild | 15 |
4 files changed, 28 insertions, 15 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 8c4a4fbd7e53..4699ef6a17a7 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksnapshot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.17 2005/09/24 15:32:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.18 2005/10/13 00:10:05 danarmak Exp $ + +*ksnapshot-3.4.3 (13 Oct 2005) + + 13 Oct 2005; Dan Armak <danarmak@gentoo.org> +ksnapshot-3.4.3.ebuild: + New version. 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> -ksnapshot-3.5_alpha1.ebuild: diff --git a/kde-base/ksnapshot/Manifest b/kde-base/ksnapshot/Manifest index 94f0e5716597..8cebbe227ed2 100644 --- a/kde-base/ksnapshot/Manifest +++ b/kde-base/ksnapshot/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 336464de4be96182350107d32ef7bc7b ChangeLog 2630 -MD5 0aa08a65a12a76768433cefa5248ce5c ksnapshot-3.4.1.ebuild 450 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 f5e3c728676b169b224dfa4ea1051417 ksnapshot-3.5_beta1.ebuild 426 -MD5 b8b19abbbc49524d1043eeed31098905 files/ksnapshot-qt-3.3.5.patch 621 MD5 1334abaee53983ad0a0810adeafef453 files/digest-ksnapshot-3.4.1 221 +MD5 ad9f9a5920cdd067ae76d39d768fce5f files/digest-ksnapshot-3.4.3 71 MD5 40554f7678788d1d4cdcf0824da8434f files/digest-ksnapshot-3.5_beta1 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDNXG4j5H05b2HAEkRAvrQAJ9LGSSSS3FklH32zN4mgs+7ZUwubQCggz6w -FgUH8Jxf3Wh6+aubIuJPV9A= -=GJOx ------END PGP SIGNATURE----- +MD5 b8b19abbbc49524d1043eeed31098905 files/ksnapshot-qt-3.3.5.patch 621 +MD5 0aa08a65a12a76768433cefa5248ce5c ksnapshot-3.4.1.ebuild 450 +MD5 1a5244fd415844b2add5cbf1bd19386d ksnapshot-3.4.3.ebuild 448 +MD5 f5e3c728676b169b224dfa4ea1051417 ksnapshot-3.5_beta1.ebuild 426 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 diff --git a/kde-base/ksnapshot/files/digest-ksnapshot-3.4.3 b/kde-base/ksnapshot/files/digest-ksnapshot-3.4.3 new file mode 100644 index 000000000000..2cb888ba9f29 --- /dev/null +++ b/kde-base/ksnapshot/files/digest-ksnapshot-3.4.3 @@ -0,0 +1 @@ +MD5 e2b2926301204a0f587d9e6e163c06d9 kdegraphics-3.4.3.tar.bz2 6554272 diff --git a/kde-base/ksnapshot/ksnapshot-3.4.3.ebuild b/kde-base/ksnapshot/ksnapshot-3.4.3.ebuild new file mode 100644 index 000000000000..7cbbc87cf4ac --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-3.4.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-3.4.3.ebuild,v 1.1 2005/10/13 00:10:05 danarmak Exp $ + +KMNAME=kdegraphics +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +PATCHES="${FILESDIR}/${PN}-qt-3.3.5.patch" + |