diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-04 21:58:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-04 21:58:56 +0000 |
commit | 9faf57e1cfbfa8e9e280264c6bdc293af4eb8fff (patch) | |
tree | b6597cfe43a6a58bcbf71c4455800c5690118075 /x11-misc/xearth | |
parent | Re-added ~sparc keywords wrt bug #125007. (diff) | |
download | historical-9faf57e1cfbfa8e9e280264c6bdc293af4eb8fff.tar.gz historical-9faf57e1cfbfa8e9e280264c6bdc293af4eb8fff.tar.bz2 historical-9faf57e1cfbfa8e9e280264c6bdc293af4eb8fff.zip |
Added missing rman to DEPEND.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r-- | x11-misc/xearth/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xearth/Manifest | 12 | ||||
-rw-r--r-- | x11-misc/xearth/xearth-1.1.ebuild | 3 |
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog index 63178c02852c..4d807fd1f4f5 100644 --- a/x11-misc/xearth/ChangeLog +++ b/x11-misc/xearth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xearth # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.10 2006/01/21 23:46:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.11 2006/03/04 21:58:56 nelchael Exp $ + + 04 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: + Added missing rman to DEPEND. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild: Fixed typo in RDEPEND. diff --git a/x11-misc/xearth/Manifest b/x11-misc/xearth/Manifest index 84339cf5cbc6..997604e3b8b5 100644 --- a/x11-misc/xearth/Manifest +++ b/x11-misc/xearth/Manifest @@ -1,4 +1,12 @@ -MD5 ac4ba3b0b8834095057b86fddb5dd2c3 ChangeLog 1306 +MD5 51def99f997ba71aef5e261ffe25eff3 ChangeLog 1411 +RMD160 1dcdb897d83f3c2315de77b502ec13c48e94b95c ChangeLog 1411 +SHA256 802809350cf07c464b4e11926196ff6514de4c3ee85e7d828edc621cbea28fcd ChangeLog 1411 MD5 3fc90565f6ced9b61d6d7d843ce2099c files/digest-xearth-1.1 62 +RMD160 bd77ccc4aeaa501a9025c522e53d42d9db433d8d files/digest-xearth-1.1 62 +SHA256 7718f26f0941765140713fc797bd8fb5e2b5f67b292689dc02bd6b2a3775b226 files/digest-xearth-1.1 62 MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174 -MD5 75376f210d02152f50152ede02ca0262 xearth-1.1.ebuild 966 +RMD160 83a0f73d75959d074f0e3fd566da20e737d43980 metadata.xml 174 +SHA256 b398b35a9fc48cacdd90d3ff223f151a220ffe281632b1e5c1a5d306faf46f7a metadata.xml 174 +MD5 beb5102567eb034485de4dfd63a291d0 xearth-1.1.ebuild 983 +RMD160 df9c098dd23fec222e30fbe2b148944e73c42b65 xearth-1.1.ebuild 983 +SHA256 b9b739745018ae355ca6b6503184631ad7349ec57ca57dd2790b4f4c6abd8262 xearth-1.1.ebuild 983 diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild index b9ce6f6e8f96..2e37ee87ec1c 100644 --- a/x11-misc/xearth/xearth-1.1.ebuild +++ b/x11-misc/xearth/xearth-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.9 2006/01/21 23:46:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.10 2006/03/04 21:58:56 nelchael Exp $ HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/" DESCRIPTION="Xearth sets the X root window to an image of the Earth" @@ -20,6 +20,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} || ( ( x11-misc/imake + app-text/rman x11-proto/xproto ) virtual/x11 )" |