diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
commit | 5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5 (patch) | |
tree | ec7b172633d80bd566500eb79f61cfee9931757c /kde-base/lilo-config | |
parent | add alpha keyword (diff) | |
download | historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.gz historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.tar.bz2 historical-5ee4b6d4ade5f83b6f28f49dd66a1df381d2c7f5.zip |
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/lilo-config/Manifest | 2 | ||||
-rw-r--r-- | kde-base/lilo-config/files/digest-lilo-config-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-3.4.0.ebuild | 14 |
4 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index efa2eee6f736..ce902057da08 100644 --- a/kde-base/lilo-config/ChangeLog +++ b/kde-base/lilo-config/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2005/02/27 20:21:43 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.4 2005/03/13 21:19:12 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> lilo-config-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. 27 Feb 2005; Dan Armak <danarmak@gentoo.org> : Ebuild for 3.4.0 RC1. diff --git a/kde-base/lilo-config/Manifest b/kde-base/lilo-config/Manifest index 3e3014c49a95..0b6fc5ccfa71 100644 --- a/kde-base/lilo-config/Manifest +++ b/kde-base/lilo-config/Manifest @@ -2,8 +2,10 @@ MD5 57f6cd5229fcf0018ae4fe143391723d lilo-config-3.4.0_rc1.ebuild 423 MD5 ffd12dfee202dd713f987e596a2cf4ef lilo-config-3.4.0_beta2.ebuild 425 MD5 4143a8c870a07ff0491c39e6bf2a297c lilo-config-3.4.0_beta1.ebuild 425 MD5 2e05d70966030b6266c4bca2b0efb61b ChangeLog 853 +MD5 57f6cd5229fcf0018ae4fe143391723d lilo-config-3.4.0.ebuild 423 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 d593b6b8d568cef10aecca256d8dd6be files/never-disable.diff 281 MD5 361b4361884418de6b9a13b860ed6a67 files/digest-lilo-config-3.4.0_rc1 376 MD5 06d8b082374f502eb28cb4e5681f0bf7 files/digest-lilo-config-3.4.0_beta1 215 MD5 a9fea6bcd37c5357c2d83088b0fcd969 files/digest-lilo-config-3.4.0_beta2 293 +MD5 dff739018360a0997224c39ad20e83fb files/digest-lilo-config-3.4.0 68 diff --git a/kde-base/lilo-config/files/digest-lilo-config-3.4.0 b/kde-base/lilo-config/files/digest-lilo-config-3.4.0 new file mode 100644 index 000000000000..8cbd9915d983 --- /dev/null +++ b/kde-base/lilo-config/files/digest-lilo-config-3.4.0 @@ -0,0 +1 @@ +MD5 d1db9fac4faca194cbda1e8189453363 kdeadmin-3.4.0.tar.bz2 1567785 diff --git a/kde-base/lilo-config/lilo-config-3.4.0.ebuild b/kde-base/lilo-config/lilo-config-3.4.0.ebuild new file mode 100644 index 000000000000..93076d349f36 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-3.4.0.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.ebuild,v 1.1 2005/03/13 21:19:12 danarmak Exp $ +KMNAME=kdeadmin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="" + +PATCHES="$FILESDIR/never-disable.diff" |