diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-22 16:30:13 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-22 16:30:13 +0000 |
commit | 547bd0d369fff97c1c0aa4172b3b4960d5e52978 (patch) | |
tree | 31f79e9a733eda34c440c6e2b406e8638923d89c /x11-misc/metacity-setup | |
parent | Updated to newest version of hdparm (diff) | |
download | historical-547bd0d369fff97c1c0aa4172b3b4960d5e52978.tar.gz historical-547bd0d369fff97c1c0aa4172b3b4960d5e52978.tar.bz2 historical-547bd0d369fff97c1c0aa4172b3b4960d5e52978.zip |
New verison, it works too:)
Diffstat (limited to 'x11-misc/metacity-setup')
-rw-r--r-- | x11-misc/metacity-setup/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/metacity-setup/files/digest-metacity-setup-0.5.2 | 1 | ||||
-rw-r--r-- | x11-misc/metacity-setup/metacity-setup-0.5.2.ebuild | 19 |
3 files changed, 26 insertions, 1 deletions
diff --git a/x11-misc/metacity-setup/ChangeLog b/x11-misc/metacity-setup/ChangeLog index c0c4b5fed095..ebebb17722da 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.2 2002/06/02 15:49:41 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.3 2002/06/22 16:30:13 spider Exp $ + +*metacity-setup-0.5.2 (22 Jun 2002) + 22 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.5.2.ebuild : + seems this version works too.. wa hoo + *metacity-setup-0.4.1 (1 Jun 2002) 1 Jun 2002; Spider <spider@gentoo.org> metacity-setup-0.4.1.ebuild : diff --git a/x11-misc/metacity-setup/files/digest-metacity-setup-0.5.2 b/x11-misc/metacity-setup/files/digest-metacity-setup-0.5.2 new file mode 100644 index 000000000000..f987cb6c22c4 --- /dev/null +++ b/x11-misc/metacity-setup/files/digest-metacity-setup-0.5.2 @@ -0,0 +1 @@ +MD5 bff60c01b36f9527485404d3f6c01742 metacity-setup-0.5.2.tar.gz 106927 diff --git a/x11-misc/metacity-setup/metacity-setup-0.5.2.ebuild b/x11-misc/metacity-setup/metacity-setup-0.5.2.ebuild new file mode 100644 index 000000000000..84af7bc8b136 --- /dev/null +++ b/x11-misc/metacity-setup/metacity-setup-0.5.2.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.5.2.ebuild,v 1.1 2002/06/22 16:30:13 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" + |