diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 09:17:29 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 09:17:29 +0000 |
commit | 0dda80b1e3cce92340a8c3ccfdb52f4375ad63c9 (patch) | |
tree | 398c6ae5816594fe4361f9abc49b1cd6db43fbdf /kde-base/lilo-config | |
parent | Bump to 3.5.4 (pre-release). (diff) | |
download | gentoo-2-0dda80b1e3cce92340a8c3ccfdb52f4375ad63c9.tar.gz gentoo-2-0dda80b1e3cce92340a8c3ccfdb52f4375ad63c9.tar.bz2 gentoo-2-0dda80b1e3cce92340a8c3ccfdb52f4375ad63c9.zip |
Bump to 3.5.4 (pre-release).
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'kde-base/lilo-config')
-rw-r--r-- | kde-base/lilo-config/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/lilo-config/files/digest-lilo-config-3.5.4 | 3 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-3.5.4.ebuild | 14 |
3 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 68cae302b4ff..59a8dc5ca272 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.24 2006/06/01 21:01:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.25 2006/07/25 09:17:29 flameeyes Exp $ + +*lilo-config-3.5.4 (25 Jul 2006) + + 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + +lilo-config-3.5.4.ebuild: + Bump to 3.5.4 (pre-release). *lilo-config-3.5.3 (01 Jun 2006) diff --git a/kde-base/lilo-config/files/digest-lilo-config-3.5.4 b/kde-base/lilo-config/files/digest-lilo-config-3.5.4 new file mode 100644 index 000000000000..8954a8b4b7ca --- /dev/null +++ b/kde-base/lilo-config/files/digest-lilo-config-3.5.4 @@ -0,0 +1,3 @@ +MD5 579a2e3e8e05cf0851a88def57fcc0a3 kdeadmin-3.5.4.tar.bz2 2114589 +RMD160 1175a527dc53ebf93157c9188ab0fb67e6e3c994 kdeadmin-3.5.4.tar.bz2 2114589 +SHA256 0d64dea158fb2061d091e0b68f4559f2737e626f206365812491bf804454d264 kdeadmin-3.5.4.tar.bz2 2114589 diff --git a/kde-base/lilo-config/lilo-config-3.5.4.ebuild b/kde-base/lilo-config/lilo-config-3.5.4.ebuild new file mode 100644 index 000000000000..3662ef1100c3 --- /dev/null +++ b/kde-base/lilo-config/lilo-config-3.5.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 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.4.ebuild,v 1.1 2006/07/25 09:17:29 flameeyes Exp $ +KMNAME=kdeadmin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND="" + +PATCHES="$FILESDIR/never-disable.diff" |