aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idell5@iinet.com.au>2011-12-18 16:30:22 +0800
committerIan Delaney <idell5@iinet.com.au>2011-12-18 16:30:22 +0800
commit179731f6be99efddf8aac5ae4e5c00ad29f32b9c (patch)
tree1e6987c0c2ca662da2283d4a2be89b9df8ef0d7e /x11-misc
parentadding python packages mimeparse and django-tastypie (diff)
downloadimprovise-179731f6be99efddf8aac5ae4e5c00ad29f32b9c.tar.gz
improvise-179731f6be99efddf8aac5ae4e5c00ad29f32b9c.tar.bz2
improvise-179731f6be99efddf8aac5ae4e5c00ad29f32b9c.zip
adding python packages mimeparse and django-tastypie
(Portage version: 2.1.10.11/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xac/Manifest2
-rw-r--r--x11-misc/xac/xac-0.6_pre4.ebuild13
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-misc/xac/Manifest b/x11-misc/xac/Manifest
index 0abacc0..d3c8879 100644
--- a/x11-misc/xac/Manifest
+++ b/x11-misc/xac/Manifest
@@ -1,4 +1,4 @@
AUX x86-biosfix.patch 1113 RMD160 ef1a1bf5851f41c0aaeac007e48879537827f7e2 SHA1 869632cdbc75cd634e3a53656692ea31264b5d60 SHA256 def8c236d6f9695aede8f6ea6b05e1a9268f8f1f29c9756962fcf2e3efc4593b
DIST xac-0.6_pre4.tar.bz2 37409 RMD160 ecc98ef512c52f793cbaf1e1f8ed5497e108a2d3 SHA1 5ab11f5f859d9a635b4c59d4b75ec6ac66665ad6 SHA256 ff34e1e6e7027a22e712307e3832423b512af894e8ad9678e2f5d022a699a4d4
-EBUILD xac-0.6_pre4.ebuild 1370 RMD160 04be72a0e1e856ac063251d73efb111760e2f8ba SHA1 72d5c68c541a6ab64acd5e45fb52c6d831ad4762 SHA256 2805e71303add8d8f4ad05ad1dcff3bf52d63fc185f809fa437bc8f67150d6c8
+EBUILD xac-0.6_pre4.ebuild 1352 RMD160 91bcc2de4dbb4be76a64b18783ed7bb2ad4d4e04 SHA1 a2b27d6efa7b167f1db040847f14f20ddcdb26de SHA256 fe86b4e1476d1c4333a32b15dcedd4a50e7610dd899c86023aac35b07b1d48da
MISC metadata.xml 320 RMD160 78cab489a12745f39406d93c3e8610c4b24ed92d SHA1 acb57f81fb40c0c20813fea8500fc9716a096504 SHA256 dc6c4f2001a55deaf64a90ac21e6d3a198ef09f26e3adbd67ae14b193e9d1cea
diff --git a/x11-misc/xac/xac-0.6_pre4.ebuild b/x11-misc/xac/xac-0.6_pre4.ebuild
index ba7fcd0..aa18ddf 100644
--- a/x11-misc/xac/xac-0.6_pre4.ebuild
+++ b/x11-misc/xac/xac-0.6_pre4.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
PYTHON_DEPEND="2"
-inherit toolchain-funcs eutils distutils
+inherit toolchain-funcs eutils distutils multilib
DESCRIPTION="Xorgautoconfig (xac) generates configuration files for X.org"
HOMEPAGE="http://dev.gentoo.org/~josejx/xac.html"
@@ -12,16 +12,15 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ppc ppc64 ~x86"
SLOT="0"
IUSE="livecd"
-DEPEND=">=dev-lang/python-2.3
- sys-apps/pciutils"
+DEPEND="sys-apps/pciutils"
RDEPEND=">=dev-lang/python-2.3
x11-base/xorg-server"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
DISTUTILS_SETUP_FILES=("src|setup.py")
pkg_setup() {
- python_pkg_setup
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {
@@ -51,9 +50,9 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize "${EROOT}"usr/lib64/xac
+ python_mod_optimize /usr/$(get_libdir)/xac
}
pkg_postrm() {
- python_mod_cleanup "${EROOT}"usr/lib64/xac
-} \ No newline at end of file
+ python_mod_cleanup /usr/$(get_libdir)/xac
+}