diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-22 21:26:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-22 21:26:05 +0000 |
commit | b4a8e9f7815abfe4d114b31ab008269ba793dbaf (patch) | |
tree | febde734d0474ff95c5c2c060dcf885e82c52644 /kde-base/lilo-config | |
parent | version bump (diff) | |
download | gentoo-2-b4a8e9f7815abfe4d114b31ab008269ba793dbaf.tar.gz gentoo-2-b4a8e9f7815abfe4d114b31ab008269ba793dbaf.tar.bz2 gentoo-2-b4a8e9f7815abfe4d114b31ab008269ba793dbaf.zip |
Bump to 3.5 beta1.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/lilo-config/Manifest | 14 | ||||
-rw-r--r-- | kde-base/lilo-config/files/digest-lilo-config-3.5_beta1 | 1 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-3.5_beta1.ebuild | 14 |
4 files changed, 25 insertions, 12 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 1e5942fb3f42..a901bc4294da 100644 --- a/kde-base/lilo-config/ChangeLog +++ b/kde-base/lilo-config/ChangeLog @@ -1,6 +1,12 @@ # 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.7 2005/09/07 13:30:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.8 2005/09/22 21:25:07 flameeyes Exp $ + +*lilo-config-3.5_beta1 (22 Sep 2005) + + 22 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + +lilo-config-3.5_beta1.ebuild: + Bump to 3.5 beta1. *lilo-config-3.5_alpha1 (07 Sep 2005) diff --git a/kde-base/lilo-config/Manifest b/kde-base/lilo-config/Manifest index 7b4380f52da8..ae491ef0b0e5 100644 --- a/kde-base/lilo-config/Manifest +++ b/kde-base/lilo-config/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4695bee453c9728535a73556dd335b3c ChangeLog 1503 +MD5 bbe001cfcb1bf5ac3b5de3abdbcf738c lilo-config-3.5_beta1.ebuild 427 +MD5 d08bae24a63f46c42bab9983da3084e2 ChangeLog 1649 MD5 bbe001cfcb1bf5ac3b5de3abdbcf738c lilo-config-3.5_alpha1.ebuild 427 MD5 47e94399befac124bb5e2f4dace129eb lilo-config-3.4.1.ebuild 431 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 02d4a8eb91816526b12d85dd5cd34169 files/digest-lilo-config-3.4.1 211 MD5 d593b6b8d568cef10aecca256d8dd6be files/never-disable.diff 281 MD5 713a5942a98adf02c6242a5532d64fd9 files/digest-lilo-config-3.5_alpha1 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDHuuGj5H05b2HAEkRAiZrAKCByj3kcIvc4A65juIKzV0IkP8I2ACdGEEj -IBc7T98IqVT0K4Mj9damg7c= -=yQVV ------END PGP SIGNATURE----- +MD5 27e68187b25ba15cc1e9f8981eacca8a files/digest-lilo-config-3.5_beta1 69 diff --git a/kde-base/lilo-config/files/digest-lilo-config-3.5_beta1 b/kde-base/lilo-config/files/digest-lilo-config-3.5_beta1 new file mode 100644 index 000000000000..bcef971a918a --- /dev/null +++ b/kde-base/lilo-config/files/digest-lilo-config-3.5_beta1 @@ -0,0 +1 @@ +MD5 d1be4ec3679b24f2224c1ca1f2e6b321 kdeadmin-3.4.91.tar.bz2 2096162 diff --git a/kde-base/lilo-config/lilo-config-3.5_beta1.ebuild b/kde-base/lilo-config/lilo-config-3.5_beta1.ebuild new file mode 100644 index 000000000000..f4448395ab0e --- /dev/null +++ b/kde-base/lilo-config/lilo-config-3.5_beta1.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.5_beta1.ebuild,v 1.1 2005/09/22 21:25:07 flameeyes Exp $ +KMNAME=kdeadmin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~amd64" +IUSE="" +DEPEND="" + +PATCHES="$FILESDIR/never-disable.diff" |