diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 09:49:43 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-19 09:49:43 +0000 |
commit | f91a7bda79f1713aa602a55f26b60541cb8f581d (patch) | |
tree | 79e899222e8975e0e19937c945f6b9ae76fe4dcd /x11-themes/gtk-engines-notif2 | |
parent | rewrite of all gtk theme engines for new eclass (diff) | |
download | gentoo-2-f91a7bda79f1713aa602a55f26b60541cb8f581d.tar.gz gentoo-2-f91a7bda79f1713aa602a55f26b60541cb8f581d.tar.bz2 gentoo-2-f91a7bda79f1713aa602a55f26b60541cb8f581d.zip |
rewrite of all gtk theme engines for new eclass
Diffstat (limited to 'x11-themes/gtk-engines-notif2')
4 files changed, 37 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines-notif2/ChangeLog b/x11-themes/gtk-engines-notif2/ChangeLog new file mode 100644 index 000000000000..fbab59b43bd1 --- /dev/null +++ b/x11-themes/gtk-engines-notif2/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-themes/gtk-engines-notif2 +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-notif2/ChangeLog,v 1.1 2003/06/19 09:49:34 liquidx Exp $ + +*gtk-engines-notif2-1.0 (19 Jun 2003) + + 19 Jun 2003; Alastair Tse <liquidx@gentoo.org> + gtk-engines-notif2-1.0.ebuild: + porting gtk theme engine to new eclass format + 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 +} |