diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:53:26 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-19 23:53:26 +0000 |
commit | b69e61d677fb537c081fd49f53b683b96fbe3211 (patch) | |
tree | 8a0250236ef00dd76a6388b968cb71645fc40f90 /kde-base/lilo-config | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-b69e61d677fb537c081fd49f53b683b96fbe3211.tar.gz gentoo-2-b69e61d677fb537c081fd49f53b683b96fbe3211.tar.bz2 gentoo-2-b69e61d677fb537c081fd49f53b683b96fbe3211.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
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.8 | 3 | ||||
-rw-r--r-- | kde-base/lilo-config/lilo-config-3.5.8.ebuild | 14 |
3 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/lilo-config/ChangeLog b/kde-base/lilo-config/ChangeLog index 3e82589cc634..5787081c2e4f 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.41 2007/08/11 17:38:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lilo-config/ChangeLog,v 1.42 2007/10/19 23:53:26 philantrop Exp $ + +*lilo-config-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +lilo-config-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> lilo-config-3.5.7.ebuild: alpha/ia64 stable wrt #176297 diff --git a/kde-base/lilo-config/files/digest-lilo-config-3.5.8 b/kde-base/lilo-config/files/digest-lilo-config-3.5.8 new file mode 100644 index 000000000000..15f657087315 --- /dev/null +++ b/kde-base/lilo-config/files/digest-lilo-config-3.5.8 @@ -0,0 +1,3 @@ +MD5 324a44d854a92177e71954f9264c98a8 kdeadmin-3.5.8.tar.bz2 2123522 +RMD160 b7ce226d5152ce40942e141891bddbaadf8571fc kdeadmin-3.5.8.tar.bz2 2123522 +SHA256 501c8dd591d112e4641b802dee175037616da7f492c865cccb13bb3aadcd6aea kdeadmin-3.5.8.tar.bz2 2123522 diff --git a/kde-base/lilo-config/lilo-config-3.5.8.ebuild b/kde-base/lilo-config/lilo-config-3.5.8.ebuild new file mode 100644 index 000000000000..72e5fac87f4d --- /dev/null +++ b/kde-base/lilo-config/lilo-config-3.5.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 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.8.ebuild,v 1.1 2007/10/19 23:53:26 philantrop Exp $ +KMNAME=kdeadmin +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE LiLo kcontrol module" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" +IUSE="kdehiddenvisibility" +DEPEND="" + +PATCHES="$FILESDIR/never-disable.diff" |