summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-12-27 23:56:32 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-12-27 23:56:32 +0000
commit78cbe86f88efb93a4170d9a7358938e7bcd74be8 (patch)
treea8d52136d780617804e115766f3909092fce5df7 /app-admin
parentVersion bump. (diff)
downloadhistorical-78cbe86f88efb93a4170d9a7358938e7bcd74be8.tar.gz
historical-78cbe86f88efb93a4170d9a7358938e7bcd74be8.tar.bz2
historical-78cbe86f88efb93a4170d9a7358938e7bcd74be8.zip
X libraries fix as per bug #75828
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/torsmo/ChangeLog5
-rw-r--r--app-admin/torsmo/Manifest10
-rw-r--r--app-admin/torsmo/torsmo-0.18.ebuild7
3 files changed, 15 insertions, 7 deletions
diff --git a/app-admin/torsmo/ChangeLog b/app-admin/torsmo/ChangeLog
index aefc0b433ed7..122de0f7bed4 100644
--- a/app-admin/torsmo/ChangeLog
+++ b/app-admin/torsmo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/torsmo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.18 2004/12/27 12:43:09 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/ChangeLog,v 1.19 2004/12/27 23:56:32 dragonheart Exp $
+
+ 28 Dec 2004; Daniel Black <dragonheart@gentoo.org> torsmo-0.18.ebuild:
+ X libraries fix as per bug #75828. Fix by Emil Beinroth <emilbeinroth@gmx.net>.
*torsmo-0.18 (27 Dec 2004)
diff --git a/app-admin/torsmo/Manifest b/app-admin/torsmo/Manifest
index 4904c3747045..7bcf99035180 100644
--- a/app-admin/torsmo/Manifest
+++ b/app-admin/torsmo/Manifest
@@ -2,10 +2,10 @@
Hash: SHA1
MD5 bd0dd434f60799d6f3fcc02713ddb09c torsmo-0.17.ebuild 1334
-MD5 0e2d112e8b812f82a00d23c0604c536b ChangeLog 3342
+MD5 0dd5f1b998cdf2f2945b4b6a47349847 ChangeLog 3498
MD5 e62755aeb2fcd53a4426e99d3af550ed metadata.xml 549
MD5 ea8478bba16bc3d4a42bcc75fbc8df1c torsmo-0.17-r1.ebuild 1481
-MD5 95db3820d026dc04b053f30912870c58 torsmo-0.18.ebuild 1239
+MD5 fd7a47efdb3d94a376445e6fdd1588fc torsmo-0.18.ebuild 1348
MD5 19932267a722d71554454bb3779a9ae0 files/digest-torsmo-0.18 62
MD5 38f2bbcb59c900a0fc2a2f0ec2f75463 files/digest-torsmo-0.17-r1 62
MD5 38f2bbcb59c900a0fc2a2f0ec2f75463 files/digest-torsmo-0.17 62
@@ -15,7 +15,7 @@ MD5 39312a5c71ba9590531a7c0ccd9aaee9 files/torsmo-0.17-mldonkey.patch 15411
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFB0ANjmdTrptrqvGERAuseAJ4qPWBYzJUxNaC6s0OmgCDDsrTyewCfeo9f
-8Avp4FmUCM7+16b/4Zw86UU=
-=jNQd
+iD8DBQFB0KE3mdTrptrqvGERAlLFAJ9N60ScLqkK90UcTxMCECbwKrOrCwCfSiIf
+zkelOqc5kGKTrMhFUxlb1nw=
+=p5uz
-----END PGP SIGNATURE-----
diff --git a/app-admin/torsmo/torsmo-0.18.ebuild b/app-admin/torsmo/torsmo-0.18.ebuild
index 69f2b1d562fc..b1d0222fa050 100644
--- a/app-admin/torsmo/torsmo-0.18.ebuild
+++ b/app-admin/torsmo/torsmo-0.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18.ebuild,v 1.1 2004/12/27 12:43:09 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/torsmo/torsmo-0.18.ebuild,v 1.2 2004/12/27 23:56:32 dragonheart Exp $
DESCRIPTION="minimalist system monitor for X"
HOMEPAGE="http://torsmo.sourceforge.net/"
@@ -20,6 +20,11 @@ DEPEND="${RDEPEND}
sys-apps/sed
sys-devel/gcc"
+src_compile() {
+ econf --x-libraries=/usr/X11R6/lib/ || die "econf failed"
+ emake || die "compile failed"
+}
+
src_install() {
emake DESTDIR=${D} install || die "make install failed"
dodoc ChangeLog AUTHORS README NEWS torsmorc.sample