diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-11 13:42:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-11 13:42:16 +0000 |
commit | 275c0c76b8b3b95bcb784e236b7053f6386b573a (patch) | |
tree | 37c160ed70396cbb35825aeb0b68fb327691c48b | |
parent | Fixed php dependency wrt bug #102857. (diff) | |
download | historical-275c0c76b8b3b95bcb784e236b7053f6386b573a.tar.gz historical-275c0c76b8b3b95bcb784e236b7053f6386b573a.tar.bz2 historical-275c0c76b8b3b95bcb784e236b7053f6386b573a.zip |
add spaces
Package-Manager: portage-2.0.52-r1
-rw-r--r-- | x11-misc/driconf/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/driconf/driconf-0.2.7.ebuild | 25 |
2 files changed, 25 insertions, 14 deletions
diff --git a/x11-misc/driconf/Manifest b/x11-misc/driconf/Manifest index 930c17988714..9716603fd83b 100644 --- a/x11-misc/driconf/Manifest +++ b/x11-misc/driconf/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7e184f2ed2d0d636ce2bcaae90455225 ChangeLog 445 -MD5 3a7be9a346c0408a900f21232dbe52d8 driconf-0.2.7.ebuild 939 -MD5 c2016633bd3fa2cd61f736596d135529 metadata.xml 225 +MD5 e570ab097b5e0ef35b70f342111f9ca0 driconf-0.2.7.ebuild 868 MD5 318407f0ee7f45e6c9caaebbe7037ab6 files/digest-driconf-0.2.7 64 +MD5 c2016633bd3fa2cd61f736596d135529 metadata.xml 225 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDJDRMI1lqEGTUzyQRAqczAKCbzZByopsDqZcj/HozbCJE33fbDQCeNIKE +n5lsbkgTelvzoEHHqw7IKU8= +=cv09 +-----END PGP SIGNATURE----- diff --git a/x11-misc/driconf/driconf-0.2.7.ebuild b/x11-misc/driconf/driconf-0.2.7.ebuild index 745abf37b862..0a7c0d0c2085 100644 --- a/x11-misc/driconf/driconf-0.2.7.ebuild +++ b/x11-misc/driconf/driconf-0.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.2.7.ebuild,v 1.1 2005/09/09 03:03:31 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/driconf/driconf-0.2.7.ebuild,v 1.2 2005/09/11 13:42:16 swegener Exp $ inherit distutils @@ -17,22 +17,23 @@ DEPEND=">=x11-libs/gtk+-2.4 >=dev-lang/python-2.3 dev-python/pygtk dev-python/pyxml - || ( x11-base/xorg-x11 x11-apps/xdriinfo)" + || ( + x11-base/xorg-x11 + x11-apps/xdriinfo + )" DOCS="CHANGELOG COPYING PKG-INFO README TODO" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Fix install locations which breaks location policy - Josh_B - sed -i -e 's-/usr/local-/usr-g' driconf \ - driconf.py \ - setup.cfg \ - setup.py \ - || die "Sed failed!" -} - -src_install() { - distutils_src_install + sed -i \ + -e 's-/usr/local-/usr-g' \ + driconf \ + driconf.py \ + setup.cfg \ + setup.py \ + || die "Sed failed!" } |