diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-03-26 00:10:57 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-03-26 00:10:57 +0000 |
commit | a47babb9c1a534002e9446badbf6e380341404ba (patch) | |
tree | e41e8f2c9d129d7bf8f9c2feda7d6f3235b02980 /x11-themes/lipstik | |
parent | * closing bugs: #119679, #124680, #127564 (diff) | |
download | gentoo-2-a47babb9c1a534002e9446badbf6e380341404ba.tar.gz gentoo-2-a47babb9c1a534002e9446badbf6e380341404ba.tar.bz2 gentoo-2-a47babb9c1a534002e9446badbf6e380341404ba.zip |
* amd64 stable
(Portage version: 2.1_pre7)
Diffstat (limited to 'x11-themes/lipstik')
-rw-r--r-- | x11-themes/lipstik/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/lipstik/lipstik-2.2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-themes/lipstik/ChangeLog b/x11-themes/lipstik/ChangeLog index 2e06f552249c..e4e31d40152d 100644 --- a/x11-themes/lipstik/ChangeLog +++ b/x11-themes/lipstik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/lipstik # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/ChangeLog,v 1.11 2006/02/18 08:19:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/ChangeLog,v 1.12 2006/03/26 00:10:57 voxus Exp $ + + 26 Mar 2006; Konstantin Arkhipov <voxus@gentoo.org> lipstik-2.2.ebuild: + Goes stable on amd64. 18 Feb 2006; Markus Rothe <corsair@gentoo.org> lipstik-2.2.ebuild: Added ~ppc64 @@ -8,6 +11,8 @@ 14 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> lipstik-2.1.ebuild: Stable on sparc +*lipstik-2.2 (12 Feb 2006) + 12 Feb 2006; Konstantin Arkhipov <voxus@gentoo.org> +lipstik-2.2.ebuild, +files/lipstik-2.2-lower_case.patch: Version bump, closing bug #122157. diff --git a/x11-themes/lipstik/lipstik-2.2.ebuild b/x11-themes/lipstik/lipstik-2.2.ebuild index 8d870f97ced8..7721ba0c39a0 100644 --- a/x11-themes/lipstik/lipstik-2.2.ebuild +++ b/x11-themes/lipstik/lipstik-2.2.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/lipstik-2.2.ebuild,v 1.2 2006/02/18 08:19:38 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/lipstik-2.2.ebuild,v 1.3 2006/03/26 00:10:57 voxus Exp $ inherit kde KLV=18223 DESCRIPTION="Lipstik is a purified style with many options to tune your desktop look" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=18223" SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" RESTRICT="nomirror ${RESTRICT}" need-kde 3.3 |