diff options
author | 2008-07-28 07:39:42 +0000 | |
---|---|---|
committer | 2008-07-28 07:39:42 +0000 | |
commit | 89f035009b7d851d6a6aee68cfb4336acddbf9a7 (patch) | |
tree | 3db297fc5e6d3b30b46884fe04b2b10fc2a904d7 /x11-plugins/wmpop | |
parent | Perl-Critic-1.082 depends on dev-perl/PPI-1.201 (#219164) (diff) | |
download | historical-89f035009b7d851d6a6aee68cfb4336acddbf9a7.tar.gz historical-89f035009b7d851d6a6aee68cfb4336acddbf9a7.tar.bz2 historical-89f035009b7d851d6a6aee68cfb4336acddbf9a7.zip |
Added runtime dep on libXpm. Closes bug #233023.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-plugins/wmpop')
-rw-r--r-- | x11-plugins/wmpop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpop/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmpop/wmpop-0.53.ebuild | 12 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-plugins/wmpop/ChangeLog b/x11-plugins/wmpop/ChangeLog index 698d2fad9178..af50d6ddaaf3 100644 --- a/x11-plugins/wmpop/ChangeLog +++ b/x11-plugins/wmpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.10 2008/05/13 07:24:52 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/ChangeLog,v 1.11 2008/07/28 07:39:42 s4t4n Exp $ + + 28 Jul 2008; Michele Noberasco <s4t4n@gentoo.org> wmpop-0.53.ebuild: + added libXpm to runtime dependancies. Closes bug #233023. 13 May 2008; Michele Noberasco <s4t4n@gentoo.org> wmpop-0.53.ebuild: Remove bison from runtime dependancies. Closes bug #221605. diff --git a/x11-plugins/wmpop/Manifest b/x11-plugins/wmpop/Manifest index 59f493de6d82..55b584709f71 100644 --- a/x11-plugins/wmpop/Manifest +++ b/x11-plugins/wmpop/Manifest @@ -1,4 +1,4 @@ DIST wmpop-0.53.tar.gz 215022 RMD160 3d48f70fd4e7d99302f9e1e4f3c51f9247301b0b SHA1 4d0378c3e421f4268af06e64eee9e086170e1706 SHA256 dd3b41eb422822020a76583afe737ad45d41c4411423b39995a6c0169cc7613e -EBUILD wmpop-0.53.ebuild 691 RMD160 daf1c07b8667d391c83d83dfffd7119b13e51088 SHA1 60da1ca25b3b8c12ecd66b223fb33c2a29b6639b SHA256 e44a811c8242d2115fc8fa781609c334c2fabc44e46cd50bc1b646c75b5ee7cf -MISC ChangeLog 1234 RMD160 c93a3bccd4f08f2b242e8176bd4b57e4b227e00e SHA1 bedca47c510c0c4a4695d08989450981c884d9d9 SHA256 91b7ddaaefb9282620a3755ca0d4461725638b38ec4316779ed111d0499a04dc +EBUILD wmpop-0.53.ebuild 679 RMD160 21144c11bd38e44595bedbc4f122daac4b71e964 SHA1 12234da0fc19103852fc19f76619b77f0cdf6e69 SHA256 b905d9b3ad80db1410dcc498ded7a5bbc550320c7e193951674480c52aa835b3 +MISC ChangeLog 1366 RMD160 7bfe89b3b4a79a595e278bf197cc06a577574653 SHA1 23d3d820787831db051f359c8897c3d95b8bc091 SHA256 b2a4a089307b595baa7ebd4c694be88417324c350888f6078fdf654b83a0f9ed MISC metadata.xml 173 RMD160 cac75840c6ed88c2ec5de55b1a7e99dd077161c1 SHA1 2685b3da7c9efbdcd015f472b70e966775639de8 SHA256 1ee892c11499f123ea91c590ccec013c5036c55d16f7dcb3982c157e36e4842f diff --git a/x11-plugins/wmpop/wmpop-0.53.ebuild b/x11-plugins/wmpop/wmpop-0.53.ebuild index c01bf86ad8e8..5fbd820e6e58 100644 --- a/x11-plugins/wmpop/wmpop-0.53.ebuild +++ b/x11-plugins/wmpop/wmpop-0.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.8 2008/05/13 07:24:52 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop/wmpop-0.53.ebuild,v 1.9 2008/07/28 07:39:42 s4t4n Exp $ IUSE="" @@ -12,12 +12,12 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="sparc x86" -DEPEND="=x11-libs/gtk+-1.2* - sys-devel/bison - media-sound/esound" - RDEPEND="=x11-libs/gtk+-1.2* - media-sound/esound" + media-sound/esound + x11-libs/libXpm" + +DEPEND="${RDEPEND} + sys-devel/bison" src_install() { einstall || die "Install failed" |