summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-02-22 21:21:20 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-02-22 21:21:20 +0000
commit3071721a370cd20dbfb40188d21fa9da7ef42a74 (patch)
tree3ddc65c90efc15aac46dee319818160e04351980 /x11-misc
parentNew upstream version (diff)
downloadhistorical-3071721a370cd20dbfb40188d21fa9da7ef42a74.tar.gz
historical-3071721a370cd20dbfb40188d21fa9da7ef42a74.tar.bz2
historical-3071721a370cd20dbfb40188d21fa9da7ef42a74.zip
blah for \ sign.
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xlockmore/Manifest8
-rw-r--r--x11-misc/xlockmore/xlockmore-5.23.ebuild12
2 files changed, 6 insertions, 14 deletions
diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest
index c5275336152f..c886cd987cd3 100644
--- a/x11-misc/xlockmore/Manifest
+++ b/x11-misc/xlockmore/Manifest
@@ -4,10 +4,10 @@ EBUILD xlockmore-5.21-r1.ebuild 1940 RMD160 21ab3afcfaf2ef50dcab1b976f50659aab9b
MD5 6876e3695e9f7e365a6be5826eeb459d xlockmore-5.21-r1.ebuild 1940
RMD160 21ab3afcfaf2ef50dcab1b976f50659aab9bb5f5 xlockmore-5.21-r1.ebuild 1940
SHA256 c9fb7d0f7d85bf1088a422a5175ac599a2eac3d5af8f611331d1ec8e27e6dc5f xlockmore-5.21-r1.ebuild 1940
-EBUILD xlockmore-5.23.ebuild 1990 RMD160 09555188a891b6e0558ccf86f09a025c7dd820df SHA1 db4d50d0fdc2ea9fcae9520e14b982af0a441b6c SHA256 8c1352061c1f26b8972a977804208dc35cb4bfcf5d17169a0996f34abc115c28
-MD5 d3f5a8b05ec12c0a6c25a9ca2054dcdf xlockmore-5.23.ebuild 1990
-RMD160 09555188a891b6e0558ccf86f09a025c7dd820df xlockmore-5.23.ebuild 1990
-SHA256 8c1352061c1f26b8972a977804208dc35cb4bfcf5d17169a0996f34abc115c28 xlockmore-5.23.ebuild 1990
+EBUILD xlockmore-5.23.ebuild 1879 RMD160 7d361f672032d36ef5f96b180ffb3dfc45ef69ae SHA1 9ef4a9cb10163265f2a434b2b48b4e5f98773fe4 SHA256 434d6586e3c79cd04273d141c4d2931a142a9bde18fdcc7aed15f4c3cc7f0c73
+MD5 61ee4bc5092f8116614dd42c501cb2dc xlockmore-5.23.ebuild 1879
+RMD160 7d361f672032d36ef5f96b180ffb3dfc45ef69ae xlockmore-5.23.ebuild 1879
+SHA256 434d6586e3c79cd04273d141c4d2931a142a9bde18fdcc7aed15f4c3cc7f0c73 xlockmore-5.23.ebuild 1879
MISC ChangeLog 9741 RMD160 49868071d8b1cd1a93829d170bac8bed7a417647 SHA1 e577db87f5dd8b51e9aad09f9076f152de7015d1 SHA256 8fe3b854ba150693b6035c7a31c6cc509c7d770b82037f90d65b9b21b7c9e639
MD5 f615cbeb0c9cd5154107063f0b8ca320 ChangeLog 9741
RMD160 49868071d8b1cd1a93829d170bac8bed7a417647 ChangeLog 9741
diff --git a/x11-misc/xlockmore/xlockmore-5.23.ebuild b/x11-misc/xlockmore/xlockmore-5.23.ebuild
index 2e3218b2ff42..ad0a7b9c2514 100644
--- a/x11-misc/xlockmore/xlockmore-5.23.ebuild
+++ b/x11-misc/xlockmore/xlockmore-5.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.23.ebuild,v 1.1 2007/02/22 21:03:45 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.23.ebuild,v 1.2 2007/02/22 21:21:20 drac Exp $
inherit eutils pam flag-o-matic
@@ -29,14 +29,6 @@ RDEPEND="opengl? ( media-libs/mesa )
DEPEND="${RDEPEND}
x11-proto/xineramaproto"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # avoid prestripping
- sed -i -e 's:$stripprog:echo:g' install-sh
-}
-
src_compile() {
econf --enable-appdefaultdir=/usr/share/X11/app-defaults \
--enable-vtlock \
@@ -53,7 +45,7 @@ src_compile() {
$(use_with motif) \
$(use_with esd esound) \
$(use_with nas) \
- $(use_with debug editres) \
+ $(use_with debug editres)
# fixes suid-with-lazy-bindings problem
append-flags $(bindnow-flags)