summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-29 13:29:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-29 13:29:37 +0000
commitc5e1775f7e463e7d741e6dc8990791e5b1410331 (patch)
tree45e2e23e1df8064af424b6683477439af1b61917 /x11-themes
parentmigrated from x11-libs (diff)
downloadhistorical-c5e1775f7e463e7d741e6dc8990791e5b1410331.tar.gz
historical-c5e1775f7e463e7d741e6dc8990791e5b1410331.tar.bz2
historical-c5e1775f7e463e7d741e6dc8990791e5b1410331.zip
migrated from x11-libs
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-thinice-theme/ChangeLog17
-rw-r--r--x11-themes/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r11
-rw-r--r--x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild25
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-themes/gtk-thinice-theme/ChangeLog b/x11-themes/gtk-thinice-theme/ChangeLog
new file mode 100644
index 000000000000..66de12dff18b
--- /dev/null
+++ b/x11-themes/gtk-thinice-theme/ChangeLog
@@ -0,0 +1,17 @@
+# ChangeLog for x11-themes/gtk-thinice-theme
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-theme/ChangeLog,v 1.1 2002/06/29 13:29:37 seemant Exp $
+
+ 29 Jun 2002; Seemant Kulleen <seemant@gentoo.org> :
+
+ Migrated from x11-libs
+
+*gtk-thinice-theme-1.0.4-r1 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/x11-themes/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r1 b/x11-themes/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r1
new file mode 100644
index 000000000000..026c6c21eec4
--- /dev/null
+++ b/x11-themes/gtk-thinice-theme/files/digest-gtk-thinice-theme-1.0.4-r1
@@ -0,0 +1 @@
+MD5 f2b6e8f4c3ea3710e27a59195f2abc9a gtk-thinice-theme-1.0.4.tar.gz 136407
diff --git a/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild b/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild
new file mode 100644
index 000000000000..fe9854652f20
--- /dev/null
+++ b/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild,v 1.1 2002/06/29 13:29:37 seemant Exp $
+
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Gtk engine, thinice"
+SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz"
+HOMEPAGE="http://thinice.sourceforge.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+}