diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 09:51:20 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 09:51:20 +0000 |
commit | 8a6c563cbe2063426d929aaa1ab175d7142cce79 (patch) | |
tree | a89f7692528b3321339950e8ecba9696697cffa7 /x11-themes/gtk-engines-notif2 | |
parent | rewrite of all gtk theme engines for new eclass (diff) | |
download | historical-8a6c563cbe2063426d929aaa1ab175d7142cce79.tar.gz historical-8a6c563cbe2063426d929aaa1ab175d7142cce79.tar.bz2 historical-8a6c563cbe2063426d929aaa1ab175d7142cce79.zip |
rewrite of all gtk theme engines for new eclass
Diffstat (limited to 'x11-themes/gtk-engines-notif2')
-rw-r--r-- | x11-themes/gtk-engines-notif2/Manifest | 3 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/files/digest-gtk-engines-notif2-1.0 | 1 | ||||
-rw-r--r-- | x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild | 24 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines-notif2/Manifest b/x11-themes/gtk-engines-notif2/Manifest index db4fbd09b0cf..56db1beea9cb 100644 --- a/x11-themes/gtk-engines-notif2/Manifest +++ b/x11-themes/gtk-engines-notif2/Manifest @@ -1,2 +1,3 @@ -MD5 726bdc46e2fef493a3c6c6da60585c4c gtk-engines-notif2-1.0.ebuild 527 +MD5 54c81f1de1a514397bee4419b56cdb83 gtk-engines-notif2-1.0.ebuild 659 +MD5 1cfda0e7963b97b773d934bc2595e088 ChangeLog 411 MD5 75f60267e32e89d77e6fea38ca784364 files/digest-gtk-engines-notif2-1.0 63 diff --git a/x11-themes/gtk-engines-notif2/files/digest-gtk-engines-notif2-1.0 b/x11-themes/gtk-engines-notif2/files/digest-gtk-engines-notif2-1.0 new file mode 100644 index 000000000000..db23e79aad03 --- /dev/null +++ b/x11-themes/gtk-engines-notif2/files/digest-gtk-engines-notif2-1.0 @@ -0,0 +1 @@ +MD5 e117977d4d15e070da519b431045b701 notif210-1.2.tar.gz 98677 diff --git a/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild new file mode 100644 index 000000000000..891322d4d1c4 --- /dev/null +++ b/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/gtk-engines-notif2-1.0.ebuild,v 1.1 2003/06/19 09:49:34 liquidx Exp $ + +inherit gtk-engines2 + +IUSE="" +DESCRIPTION="GTK+1 Notif2 Theme Engine" +HOMEPAGE="http://themes.freshmeat.net/projects/notif210/" +SRC_URI="http://download.freshmeat.net/themes/notif210/notif210-1.2.tar.gz" +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="1" + +DEPEND="=x11-libs/gtk+-1.2" + +S=${WORKDIR}/notif2-${PV} + +inherit gtk-engines2 + +src_install() { + einstall || die + dodoc README INSTALL ChangeLog AUTHORS COPYING +} |