summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-02-05 11:39:28 +0000
committerDan Armak <danarmak@gentoo.org>2005-02-05 11:39:28 +0000
commitd8d75a3608fccc0f5c71aed88402dd519daff1b2 (patch)
tree83a7a0fcba699ba08348e34c3e5e29a5abddbb53 /kde-base/lilo-config
parentcleanup (diff)
downloadgentoo-2-d8d75a3608fccc0f5c71aed88402dd519daff1b2.tar.gz
gentoo-2-d8d75a3608fccc0f5c71aed88402dd519daff1b2.tar.bz2
gentoo-2-d8d75a3608fccc0f5c71aed88402dd519daff1b2.zip
initial 3.4.0_beta2 ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r--kde-base/lilo-config/ChangeLog10
-rw-r--r--kde-base/lilo-config/Manifest2
-rw-r--r--kde-base/lilo-config/files/digest-lilo-config-3.4.0_beta24
-rw-r--r--kde-base/lilo-config/lilo-config-3.4.0_beta2.ebuild14
4 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog
index b01d17be082b..3b284249ac09 100644
--- a/kde-base/lilo-config/ChangeLog
+++ b/kde-base/lilo-config/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for kde-base/lilo-config
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.1 2005/01/15 02:24:41 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.2 2005/02/05 11:39:26 danarmak Exp $
+
+*lilo-config-3.4.0_beta2 (05 Feb 2005)
+
+ 05 Feb 2005; Dan Armak <danarmak@gentoo.org>
+ +lilo-config-3.4.0_beta2.ebuild:
+ Ebuild for 3.4.0_beta2. Note that beta2 has NOT been released as of this
+ date. This ebuild is for inside testing by the KDE team, and is of course
+ package.masked.
*lilo-config-3.4.0_beta1 (15 Jan 2005)
diff --git a/kde-base/lilo-config/Manifest b/kde-base/lilo-config/Manifest
index 1fbec3358d00..cca27e3d45e4 100644
--- a/kde-base/lilo-config/Manifest
+++ b/kde-base/lilo-config/Manifest
@@ -1,5 +1,7 @@
+MD5 4143a8c870a07ff0491c39e6bf2a297c lilo-config-3.4.0_beta2.ebuild 425
MD5 4143a8c870a07ff0491c39e6bf2a297c lilo-config-3.4.0_beta1.ebuild 425
MD5 d2de114b350e43310fd84e4321668226 ChangeLog 487
MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
MD5 d593b6b8d568cef10aecca256d8dd6be files/never-disable.diff 281
MD5 06d8b082374f502eb28cb4e5681f0bf7 files/digest-lilo-config-3.4.0_beta1 215
+MD5 a9fea6bcd37c5357c2d83088b0fcd969 files/digest-lilo-config-3.4.0_beta2 293
diff --git a/kde-base/lilo-config/files/digest-lilo-config-3.4.0_beta2 b/kde-base/lilo-config/files/digest-lilo-config-3.4.0_beta2
new file mode 100644
index 000000000000..da489f77e019
--- /dev/null
+++ b/kde-base/lilo-config/files/digest-lilo-config-3.4.0_beta2
@@ -0,0 +1,4 @@
+MD5 fe2bce659789e8da3250a23bdec1c297 kdeadmin-3.3.90.tar.bz2 1565936
+MD5 19c8d78f12128709e3cc6bd12d135f6c kdeadmin-3.3.90-3.3.91.tar.xdelta 66868
+MD5 094c7c1d194efe397befe0a429e018b0 kdeadmin-3.3.91-3.3.92.tar.xdelta 212992
+MD5 b692994bc3fd68ecf0fdb60474d7beb0 kdeadmin-3.3.92.tar.bz2 1539417
diff --git a/kde-base/lilo-config/lilo-config-3.4.0_beta2.ebuild b/kde-base/lilo-config/lilo-config-3.4.0_beta2.ebuild
new file mode 100644
index 000000000000..0e6c05118874
--- /dev/null
+++ b/kde-base/lilo-config/lilo-config-3.4.0_beta2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/lilo-config-3.4.0_beta2.ebuild,v 1.1 2005/02/05 11:39:26 danarmak Exp $
+KMNAME=kdeadmin
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KDE LiLo kcontrol module"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+
+PATCHES="$FILESDIR/never-disable.diff"