diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-28 07:46:32 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-28 07:46:32 +0000 |
commit | b4524ea4b359c2c85e910e2804f13eebb04556ac (patch) | |
tree | 86bc7fe50a71c73beeebd30eab020b2ca4da3fbf /x11-misc/metacity-setup | |
parent | added a depend on gtk-doc (diff) | |
download | gentoo-2-b4524ea4b359c2c85e910e2804f13eebb04556ac.tar.gz gentoo-2-b4524ea4b359c2c85e910e2804f13eebb04556ac.tar.bz2 gentoo-2-b4524ea4b359c2c85e910e2804f13eebb04556ac.zip |
versionbump
Diffstat (limited to 'x11-misc/metacity-setup')
-rw-r--r-- | x11-misc/metacity-setup/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/metacity-setup/files/digest-metacity-setup-0.6 | 1 | ||||
-rw-r--r-- | x11-misc/metacity-setup/metacity-setup-0.6.ebuild | 19 |
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-misc/metacity-setup/ChangeLog b/x11-misc/metacity-setup/ChangeLog index ebebb17722da..702ca6c112e5 100644 --- a/x11-misc/metacity-setup/ChangeLog +++ b/x11-misc/metacity-setup/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2002/06/22 16:30:13 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.4 2002/06/28 07:46:31 spider Exp $ + +metacity-setup-0.6 (28 Jun 2002) + 28 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.6.ebuild : + versionbump *metacity-setup-0.5.2 (22 Jun 2002) 22 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.5.2.ebuild : diff --git a/x11-misc/metacity-setup/files/digest-metacity-setup-0.6 b/x11-misc/metacity-setup/files/digest-metacity-setup-0.6 new file mode 100644 index 000000000000..734041cff456 --- /dev/null +++ b/x11-misc/metacity-setup/files/digest-metacity-setup-0.6 @@ -0,0 +1 @@ +MD5 0dd8bfec3dd513f584218b5cbb022bfc metacity-setup-0.6.tar.gz 108201 diff --git a/x11-misc/metacity-setup/metacity-setup-0.6.ebuild b/x11-misc/metacity-setup/metacity-setup-0.6.ebuild new file mode 100644 index 000000000000..946e9859e418 --- /dev/null +++ b/x11-misc/metacity-setup/metacity-setup-0.6.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.6.ebuild,v 1.1 2002/06/28 07:46:31 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" + |