diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-22 21:58:22 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-22 21:58:22 +0000 |
commit | bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739 (patch) | |
tree | 7d8570e14fe7d6ffeec11b99db96d4a7dd12d8c3 /kde-base/kdeartwork-iconthemes | |
parent | hard-enable USE=nls to avoid compile problems thanks Neil Bothwick <neil@digi... (diff) | |
download | historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.tar.gz historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.tar.bz2 historical-bef5bccf9dbc6e45c474055ed3f7e8b5fba1c739.zip |
Version bump.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'kde-base/kdeartwork-iconthemes')
3 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdeartwork-iconthemes/ChangeLog b/kde-base/kdeartwork-iconthemes/ChangeLog index 4c994340380d..c688ec951ee3 100644 --- a/kde-base/kdeartwork-iconthemes/ChangeLog +++ b/kde-base/kdeartwork-iconthemes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdeartwork-iconthemes # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-iconthemes/ChangeLog,v 1.62 2007/02/04 01:56:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-iconthemes/ChangeLog,v 1.63 2007/05/22 21:52:44 carlo Exp $ + +*kdeartwork-iconthemes-3.5.7 (22 May 2007) + + 22 May 2007; Carsten Lohrke <carlo@gentoo.org> + +kdeartwork-iconthemes-3.5.7.ebuild: + Version bump. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kdeartwork-iconthemes-3.5.2.ebuild: diff --git a/kde-base/kdeartwork-iconthemes/files/digest-kdeartwork-iconthemes-3.5.7 b/kde-base/kdeartwork-iconthemes/files/digest-kdeartwork-iconthemes-3.5.7 new file mode 100644 index 000000000000..457cdfccf859 --- /dev/null +++ b/kde-base/kdeartwork-iconthemes/files/digest-kdeartwork-iconthemes-3.5.7 @@ -0,0 +1,3 @@ +MD5 4ce75cd6f98b8662e450be735bc0b060 kdeartwork-3.5.7.tar.bz2 16577346 +RMD160 2b41e52000e604d50a1954408b16fa480b0e1351 kdeartwork-3.5.7.tar.bz2 16577346 +SHA256 4c54da23ce3858037ebff95b7d263ab88488b3a25aec6b459b1943f7035cd8f3 kdeartwork-3.5.7.tar.bz2 16577346 diff --git a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-3.5.7.ebuild b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-3.5.7.ebuild new file mode 100644 index 000000000000..d761123d3843 --- /dev/null +++ b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-3.5.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-3.5.7.ebuild,v 1.1 2007/05/22 21:52:44 carlo Exp $ + +ARTS_REQUIRED="never" +RESTRICT="binchecks strip" + +KMMODULE=IconThemes +KMNAME=kdeartwork +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="Icon themes for kde" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="" |