diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 17:20:17 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 17:20:17 +0000 |
commit | 9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d (patch) | |
tree | 8db0c4e0329f3efad598b57573e2ec7e0e56cff1 /x11-misc | |
parent | dep cleanup (diff) | |
download | historical-9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d.tar.gz historical-9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d.tar.bz2 historical-9b8b7d01e0971b70ab48a20e9fccfa72972dbd8d.zip |
dep cleanup
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/metacity-setup/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/metacity-setup/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild | 12 | ||||
-rw-r--r-- | x11-misc/uf-view/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/uf-view/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/uf-view/uf-view-2.2.ebuild | 7 |
6 files changed, 27 insertions, 11 deletions
diff --git a/x11-misc/metacity-setup/ChangeLog b/x11-misc/metacity-setup/ChangeLog index bfa0307336b7..7085a0644753 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.12 2003/02/12 09:30:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/ChangeLog,v 1.13 2003/07/09 17:17:18 liquidx Exp $ + + 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> + metacity-setup-0.7.1-r1.ebuild: + added pkgconfig deps 23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> : Fix glib and gtk+ deps, as it works with versions 2.2.0 ... diff --git a/x11-misc/metacity-setup/Manifest b/x11-misc/metacity-setup/Manifest index e69de29bb2d1..109ade106981 100644 --- a/x11-misc/metacity-setup/Manifest +++ b/x11-misc/metacity-setup/Manifest @@ -0,0 +1,4 @@ +MD5 ba664160b57e095a52326095091b6016 ChangeLog 1641 +MD5 7aa63f10d79ac802d2dba5647ff9ca3e metacity-setup-0.7.1-r1.ebuild 772 +MD5 ff5bc98449fb88278116882166f0bad1 files/digest-metacity-setup-0.7.1-r1 72 +MD5 ddbe462954b6610bc2c06725fcafcc60 files/metacity-setup-0.7.1-themedir.patch 1607 diff --git a/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild b/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild index 3fb62930cad5..6e91909ec72f 100644 --- a/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild +++ b/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild @@ -1,21 +1,23 @@ # Copyright 1999-2003 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.7.1-r1.ebuild,v 1.7 2003/02/13 17:16:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/metacity-setup/metacity-setup-0.7.1-r1.ebuild,v 1.8 2003/07/09 17:17:18 liquidx Exp $ inherit gnome2 DESCRIPTION="a setup program for metacity" HOMEPAGE="http://plastercast.tzo.com/~plastercast/Projects/" +SRC_URI="mirror:///sourceforge/metacity-setup/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc" -DEPEND="x11-wm/metacity +RDEPEND="x11-wm/metacity >=x11-libs/gtk+-2* >=dev-libs/glib-2* gnome-base/libgnomeui" -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/metacity-setup/${P}.tar.gz" -S="${WORKDIR}/${P}" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" diff --git a/x11-misc/uf-view/ChangeLog b/x11-misc/uf-view/ChangeLog index 7f62d257104a..ee83e45896bd 100644 --- a/x11-misc/uf-view/ChangeLog +++ b/x11-misc/uf-view/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/uf-view # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.1 2003/05/02 19:43:51 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/ChangeLog,v 1.2 2003/07/09 17:20:09 liquidx Exp $ + + 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> uf-view-2.2.ebuild: + added pkgconfig dep *uf-view-2.2 (02 May 2003) diff --git a/x11-misc/uf-view/Manifest b/x11-misc/uf-view/Manifest index 9f496fd36771..a1ead8f8b165 100644 --- a/x11-misc/uf-view/Manifest +++ b/x11-misc/uf-view/Manifest @@ -1,3 +1,3 @@ -MD5 db3917edb3e9d7268b0445bdb299c624 uf-view-2.2.ebuild 626 -MD5 428534c2316a2db60b2a6acdb0bf6005 ChangeLog 385 +MD5 3b2f32f97b0eae2292064830425c8dab ChangeLog 479 +MD5 12111901738c4b87aa0354a8cd9c3a4c uf-view-2.2.ebuild 671 MD5 576bc386ddac1059d522da62583422cd files/digest-uf-view-2.2 63 diff --git a/x11-misc/uf-view/uf-view-2.2.ebuild b/x11-misc/uf-view/uf-view-2.2.ebuild index 1dbe6f0eab2a..628f8985e35a 100644 --- a/x11-misc/uf-view/uf-view-2.2.ebuild +++ b/x11-misc/uf-view/uf-view-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.2.ebuild,v 1.1 2003/05/02 19:43:51 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.2.ebuild,v 1.2 2003/07/09 17:20:09 liquidx Exp $ inherit gnome2 @@ -12,9 +12,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND=">=dev-libs/glib-2.0 +RDEPEND=">=dev-libs/glib-2.0 >=x11-libs/gtk+-2 >=gnome-base/libgnomeui-2 >=gnome-base/libglade-2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO" |