diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-08-03 19:08:53 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-08-03 19:08:53 +0000 |
commit | 947635da0d6368317550a7049007b4e2983c0184 (patch) | |
tree | 94244a647529d0f2d2b0b3598c983606c9af1be5 /x11-themes/lipstik | |
parent | Properly fixed previous entry (diff) | |
download | historical-947635da0d6368317550a7049007b4e2983c0184.tar.gz historical-947635da0d6368317550a7049007b4e2983c0184.tar.bz2 historical-947635da0d6368317550a7049007b4e2983c0184.zip |
+ initial import
Diffstat (limited to 'x11-themes/lipstik')
-rw-r--r-- | x11-themes/lipstik/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/lipstik/files/digest-lipstik-1.3 | 1 | ||||
-rw-r--r-- | x11-themes/lipstik/lipstik-1.3.ebuild | 17 | ||||
-rw-r--r-- | x11-themes/lipstik/metadata.xml | 8 |
4 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/lipstik/ChangeLog b/x11-themes/lipstik/ChangeLog new file mode 100644 index 000000000000..a6b1f365f8b0 --- /dev/null +++ b/x11-themes/lipstik/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-themes/tiblit +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/ChangeLog,v 1.1 2005/08/03 19:08:53 voxus Exp $ + +*lipstik-1.3 (03 Aug 2005) + + 03 Aug 2005; Konstantin Arkhipov <voxus@gentoo.org> +lipstik-1.3.ebuild: + Initial import, closing bug #72842. Ebuild provided by + Daniel Mitchell danmitchell@mail.utexas.edu. diff --git a/x11-themes/lipstik/files/digest-lipstik-1.3 b/x11-themes/lipstik/files/digest-lipstik-1.3 new file mode 100644 index 000000000000..db65c25ce0e6 --- /dev/null +++ b/x11-themes/lipstik/files/digest-lipstik-1.3 @@ -0,0 +1 @@ +MD5 c5ac975491cf1d7b7b1ae0ceebffa25f 18223-lipstik-1.3.tar.bz2 408569 diff --git a/x11-themes/lipstik/lipstik-1.3.ebuild b/x11-themes/lipstik/lipstik-1.3.ebuild new file mode 100644 index 000000000000..4059f6b2c474 --- /dev/null +++ b/x11-themes/lipstik/lipstik-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/lipstik/lipstik-1.3.ebuild,v 1.1 2005/08/03 19:08:53 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}" +SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +RESTRICT="nomirror ${RESTRICT}" + +need-kde 3.3 diff --git a/x11-themes/lipstik/metadata.xml b/x11-themes/lipstik/metadata.xml new file mode 100644 index 000000000000..1f8cb34afaa4 --- /dev/null +++ b/x11-themes/lipstik/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>voxus@gentoo.org</email> + <name>Konstantin Arkhipov</name> +</maintainer> +</pkgmetadata> |