summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-06-02 15:49:41 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-06-02 15:49:41 +0000
commitca54fe209f93a8fdb7439429392e80def8b79daf (patch)
tree7ba4ae164a578a909f480267dd68e7521a499a62
parentfixes (diff)
downloadgentoo-2-ca54fe209f93a8fdb7439429392e80def8b79daf.tar.gz
gentoo-2-ca54fe209f93a8fdb7439429392e80def8b79daf.tar.bz2
gentoo-2-ca54fe209f93a8fdb7439429392e80def8b79daf.zip
new eclassed version
-rw-r--r--x11-misc/metacity-setup/ChangeLog7
-rw-r--r--x11-misc/metacity-setup/files/digest-metacity-setup-0.4.11
-rw-r--r--x11-misc/metacity-setup/metacity-setup-0.4.1.ebuild19
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-misc/metacity-setup/ChangeLog b/x11-misc/metacity-setup/ChangeLog
index a3531febff74..c0c4b5fed095 100644
--- a/x11-misc/metacity-setup/ChangeLog
+++ b/x11-misc/metacity-setup/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/metacity-setup
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.1 2002/05/28 16:20:16 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.2 2002/06/02 15:49:41 spider Exp $
+
+*metacity-setup-0.4.1 (1 Jun 2002)
+ 1 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.4.1.ebuild :
+ this program never runs on .0 releases ;)
+ New eclassed version
*metacity-setup-0.3.1 (28 May 2002)
28 May 2002; Spider <spider@gentoo.org> ChangeLog metacity-setup-0.3.1.ebuild :
diff --git a/x11-misc/metacity-setup/files/digest-metacity-setup-0.4.1 b/x11-misc/metacity-setup/files/digest-metacity-setup-0.4.1
new file mode 100644
index 000000000000..ebf3ca26dc1d
--- /dev/null
+++ b/x11-misc/metacity-setup/files/digest-metacity-setup-0.4.1
@@ -0,0 +1 @@
+MD5 577848e12a7e06bc6eedbc0350726a47 metacity-setup-0.4.1.tar.gz 80392
diff --git a/x11-misc/metacity-setup/metacity-setup-0.4.1.ebuild b/x11-misc/metacity-setup/metacity-setup-0.4.1.ebuild
new file mode 100644
index 000000000000..f165e89b05a5
--- /dev/null
+++ b/x11-misc/metacity-setup/metacity-setup-0.4.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/metacity-setup-0.4.1.ebuild,v 1.1 2002/06/02 15:49:41 spider Exp $
+
+inherit gnome2
+DESCRIPTION="a setup program for metacity"
+HOMEPAGE="http://plastercast.tzo.com/~plastercast/Projects/"
+LICENSE="GPL-2"
+SLOT="0"
+DEPEND="x11-wm/metacity
+ =x11-libs/gtk+-2.0*
+ =dev-libs/glib-2.0*
+ gnome-base/libgnomeui"
+RDEPEND="${DEPEND}"
+SRC_URI="http://plastercast.tzo.com/~plastercast/Projects/${P}.tar.gz"
+S=${WORKDIR}/${P}
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
+