diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:50:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:50:50 +0000 |
commit | c3a45bb03f064338b501c656b4463884c6f6f9c7 (patch) | |
tree | 0e0baafcc2fda4f897fda2cda7cb6cfd80312868 /x11-apps/xload | |
parent | old (diff) | |
download | gentoo-2-c3a45bb03f064338b501c656b4463884c6f6f9c7.tar.gz gentoo-2-c3a45bb03f064338b501c656b4463884c6f6f9c7.tar.bz2 gentoo-2-c3a45bb03f064338b501c656b4463884c6f6f9c7.zip |
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xload')
-rw-r--r-- | x11-apps/xload/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.0.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-apps/xload/Manifest b/x11-apps/xload/Manifest index 16dfc2701392..a11e4e78b395 100644 --- a/x11-apps/xload/Manifest +++ b/x11-apps/xload/Manifest @@ -1,5 +1,4 @@ DIST xload-1.0.2.tar.bz2 92470 RMD160 c10a9e3a2c7dbb39649da28d5844009e3895d06d SHA1 cbbbf23531e0d781b556f5864cc3b83874f786d2 SHA256 86b176b6efc52557b1c7631bfdd5c17e7060a438e1e85ce15ec9657be356c50b EBUILD xload-1.0.2-r1.ebuild 515 RMD160 ccace836688ca4cb039f2f0a47260eec06a44bbe SHA1 497a2e0c9e4b0223192a7ea7aa4032efa8e2dd3e SHA256 b6b00c07b82b05ce39caad9d28121e6b27a1c9ffd98783d84b810ef2a624cc1f -EBUILD xload-1.0.2.ebuild 656 RMD160 88a7d88cb08aabed8c42d51aadc65ab92730aa38 SHA1 cac88857ca47341370c7a35ebe91a5cda4be97e3 SHA256 c433c94a9d11f52bf2f6d7d9d87770af94c11280d595e76ed5b65ff3a1a30ebd MISC ChangeLog 4495 RMD160 23903d280b47ab768d9ae8578090bddb1051cc69 SHA1 bfd74395abefc046059149792fd42accfbb09330 SHA256 01ea0de684203f835d662d2bd1896611a7754fc1e27f26297b8bc724d3ae45dd MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/xload/xload-1.0.2.ebuild b/x11-apps/xload/xload-1.0.2.ebuild deleted file mode 100644 index fb51f8fe9467..000000000000 --- a/x11-apps/xload/xload-1.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.0.2.ebuild,v 1.10 2008/07/11 20:53:34 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="system load average display for X" - -KEYWORDS="alpha amd64 arm hppa ~ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="xprint" - -RDEPEND="x11-libs/libXaw" -DEPEND="${RDEPEND}" - -CONFIGURE_OPTIONS="$(use_enable xprint)" - -pkg_setup() { - if use xprint && ! built_with_use x11-libs/libXaw xprint; then - die "Build x11-libs/libXaw with USE=xprint." - fi -} |