diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
commit | 61fc0b979044371777fbf1d14db2d7c3c0a9427b (patch) | |
tree | 3541ae4ee7ec45c2e901153b1a64cbe8f1fdd1c7 /kde-base/kompare | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.gz historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.tar.bz2 historical-61fc0b979044371777fbf1d14db2d7c3c0a9427b.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'kde-base/kompare')
-rw-r--r-- | kde-base/kompare/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kompare/Manifest | 4 | ||||
-rw-r--r-- | kde-base/kompare/files/digest-kompare-3.4.1 | 2 | ||||
-rw-r--r-- | kde-base/kompare/kompare-3.4.1.ebuild | 12 |
4 files changed, 24 insertions, 2 deletions
diff --git a/kde-base/kompare/ChangeLog b/kde-base/kompare/ChangeLog index 0e5841335013..8e3ddefc0a17 100644 --- a/kde-base/kompare/ChangeLog +++ b/kde-base/kompare/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kompare # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/ChangeLog,v 1.8 2005/04/27 21:02:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/ChangeLog,v 1.9 2005/05/25 21:23:09 danarmak Exp $ + +*kompare-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> +kompare-3.4.1.ebuild: + Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually + released. You can't get the tarballs yet. 27 Apr 2005; Markus Rothe <corsair@gentoo.org> kompare-3.4.0.ebuild: Added ~ppc64 to KEYWORDS diff --git a/kde-base/kompare/Manifest b/kde-base/kompare/Manifest index a078f9345475..9c802eb16be1 100644 --- a/kde-base/kompare/Manifest +++ b/kde-base/kompare/Manifest @@ -1,4 +1,6 @@ -MD5 caf35cac4616f0ad0096456f9560e3d0 ChangeLog 1416 MD5 2dcccf170aca4453fb36e3856773dcdf kompare-3.4.0.ebuild 450 +MD5 da6bad0171a0a79f268d6f53c6b5ea9e kompare-3.4.1.ebuild 431 +MD5 caf35cac4616f0ad0096456f9560e3d0 ChangeLog 1416 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 629dc052bf3cddca3be442ae6c22f412 files/digest-kompare-3.4.0 66 +MD5 b194fcd7223ef7a351a7a27c1c004a67 files/digest-kompare-3.4.1 132 diff --git a/kde-base/kompare/files/digest-kompare-3.4.1 b/kde-base/kompare/files/digest-kompare-3.4.1 new file mode 100644 index 000000000000..f7fbaf0053c2 --- /dev/null +++ b/kde-base/kompare/files/digest-kompare-3.4.1 @@ -0,0 +1,2 @@ +MD5 5b88692972e65c5e7d3aafc6400bea2c kdesdk-3.4.0.tar.bz2 4571452 +MD5 b7073f0f4ac7efe4d6ff33c1ba527668 kdesdk-3.4.1.tar.bz2 4589829 diff --git a/kde-base/kompare/kompare-3.4.1.ebuild b/kde-base/kompare/kompare-3.4.1.ebuild new file mode 100644 index 000000000000..d47bde148253 --- /dev/null +++ b/kde-base/kompare/kompare-3.4.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kompare/kompare-3.4.1.ebuild,v 1.1 2005/05/25 21:23:09 danarmak Exp $ + +KMNAME=kdesdk +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE: A program to view the differences between files and optionally generate a diff" +KEYWORDS="~x86 ~amd64" +IUSE=""
\ No newline at end of file |