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
commit23d25314fb21da3ef6a3efd0911d3a60404e52da (patch)
tree9ce7266b229c76286b19885ed19711c35b6ca6d3 /app-admin/torsmo
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-23d25314fb21da3ef6a3efd0911d3a60404e52da.tar.gz
gentoo-2-23d25314fb21da3ef6a3efd0911d3a60404e52da.tar.bz2
gentoo-2-23d25314fb21da3ef6a3efd0911d3a60404e52da.zip
X libraries fix as per bug #75828
Diffstat (limited to 'app-admin/torsmo')
-rw-r--r--app-admin/torsmo/ChangeLog5
-rw-r--r--app-admin/torsmo/Manifest12
-rw-r--r--app-admin/torsmo/torsmo-0.18.ebuild7
3 files changed, 11 insertions, 13 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..bba19f6cc639 100644
--- a/app-admin/torsmo/Manifest
+++ b/app-admin/torsmo/Manifest
@@ -1,21 +1,11 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 bd0dd434f60799d6f3fcc02713ddb09c torsmo-0.17.ebuild 1334
MD5 0e2d112e8b812f82a00d23c0604c536b ChangeLog 3342
MD5 e62755aeb2fcd53a4426e99d3af550ed metadata.xml 549
MD5 ea8478bba16bc3d4a42bcc75fbc8df1c torsmo-0.17-r1.ebuild 1481
-MD5 95db3820d026dc04b053f30912870c58 torsmo-0.18.ebuild 1239
+MD5 c3b86cea2780a5a5b20b33f1bea0be08 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
MD5 552e015366516a5ff2034d10b083c303 files/torsmo-0.17-mozilla.patch 601
MD5 d27874dbf963063e13d6387d8ef3912f files/torsmo-0.17-kernel2.4.patch 2388
MD5 39312a5c71ba9590531a7c0ccd9aaee9 files/torsmo-0.17-mldonkey.patch 15411
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB0ANjmdTrptrqvGERAuseAJ4qPWBYzJUxNaC6s0OmgCDDsrTyewCfeo9f
-8Avp4FmUCM7+16b/4Zw86UU=
-=jNQd
------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