summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-03-10 10:51:02 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-03-10 10:51:02 +0000
commit22386add4f795d6024842d0db7f9757eb69c2a74 (patch)
treeb5ce46a52e15d4533ee9bae934d8ad4822ad61e4 /x11-terms/root-tail
parentVersion bump; changed both ebuilds to use make install instead of einstall. (diff)
downloadgentoo-2-22386add4f795d6024842d0db7f9757eb69c2a74.tar.gz
gentoo-2-22386add4f795d6024842d0db7f9757eb69c2a74.tar.bz2
gentoo-2-22386add4f795d6024842d0db7f9757eb69c2a74.zip
Append -DDEBUG if USE=debug; also fixed deps.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r--x11-terms/root-tail/ChangeLog6
-rw-r--r--x11-terms/root-tail/Manifest16
-rw-r--r--x11-terms/root-tail/root-tail-1.2-r1.ebuild5
-rw-r--r--x11-terms/root-tail/root-tail-1.2-r2.ebuild10
4 files changed, 17 insertions, 20 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog
index 03d2bbfd3a6b..f511e84bc773 100644
--- a/x11-terms/root-tail/ChangeLog
+++ b/x11-terms/root-tail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-terms/root-tail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.27 2005/02/24 10:59:21 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.28 2005/03/10 10:51:02 ka0ttic Exp $
+
+ 10 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> root-tail-1.2-r1.ebuild,
+ root-tail-1.2-r2.ebuild:
+ Append -DDEBUG if USE=debug; also fixed deps.
*root-tail-1.2-r2 (24 Feb 2005)
diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest
index 5c5948ba8f62..b255e546beca 100644
--- a/x11-terms/root-tail/Manifest
+++ b/x11-terms/root-tail/Manifest
@@ -1,19 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 42e0472cb9251c307261588778689316 root-tail-1.2-r2.ebuild 877
-MD5 c572bd9a65706253fa0bfefdc4699619 root-tail-1.2-r1.ebuild 768
+MD5 1768fa8e824f9690262b96fb1d5613d9 root-tail-1.2-r2.ebuild 952
+MD5 85e35f0d1ee21fdc009a21d3f2ae0355 root-tail-1.2-r1.ebuild 789
MD5 ac82ac29a67025a863f3d258d3d6d680 root-tail-1.1.ebuild 673
-MD5 49ec7f7e0b5c98a3b727678d20e673f5 ChangeLog 3874
+MD5 50954162b32e89f6000f92d487cf989e ChangeLog 4024
MD5 f8d10f350e91f30316ea4e1bd1e76470 metadata.xml 254
MD5 f8b36716748f19ede695042176e3648b files/digest-root-tail-1.2-r1 64
MD5 f8b36716748f19ede695042176e3648b files/digest-root-tail-1.2-r2 64
MD5 bc94057d9203dc8c6a01efb2172f5a15 files/digest-root-tail-1.1 64
MD5 3ede80f52914b3650247dbea9ff963fb files/root-tail-1.2-kde.patch 3188
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCHbQUEZCkKN40op4RAm98AJ4pLqowu03Vp/pjNLeKuK0g79ZqqQCfVfKB
-FIIwNhUoeqX84prX1fIlUnU=
-=FF3U
------END PGP SIGNATURE-----
diff --git a/x11-terms/root-tail/root-tail-1.2-r1.ebuild b/x11-terms/root-tail/root-tail-1.2-r1.ebuild
index 0f2df2c5cca7..ce5196560732 100644
--- a/x11-terms/root-tail/root-tail-1.2-r1.ebuild
+++ b/x11-terms/root-tail/root-tail-1.2-r1.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-terms/root-tail/root-tail-1.2-r1.ebuild,v 1.2 2005/02/19 08:13:03 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r1.ebuild,v 1.3 2005/03/10 10:51:02 ka0ttic Exp $
DESCRIPTION="Terminal to display (multiple) log files on the root window"
HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html"
@@ -11,7 +11,8 @@ SLOT="0"
KEYWORDS="x86 ~sparc amd64 ppc ppc64"
IUSE=""
-DEPEND="virtual/x11
+RDEPEND="virtual/x11"
+DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_compile() {
diff --git a/x11-terms/root-tail/root-tail-1.2-r2.ebuild b/x11-terms/root-tail/root-tail-1.2-r2.ebuild
index 6637caf94575..3244787979c2 100644
--- a/x11-terms/root-tail/root-tail-1.2-r2.ebuild
+++ b/x11-terms/root-tail/root-tail-1.2-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.1 2005/02/24 10:59:21 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.2 2005/03/10 10:51:02 ka0ttic Exp $
-inherit eutils
+inherit eutils flag-o-matic
DESCRIPTION="Terminal to display (multiple) log files on the root window"
HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html"
@@ -11,9 +11,10 @@ SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~ppc64"
-IUSE="kde"
+IUSE="kde debug"
-DEPEND="virtual/x11
+RDEPEND="virtual/x11"
+DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_unpack() {
@@ -25,6 +26,7 @@ src_unpack() {
src_compile() {
xmkmf -a
sed -i 's|/usr/X11R6/bin|/usr/bin|' Makefile || die "sed Makefile failed"
+ use debug && append-flags -DDEBUG
emake || die "emake failed"
}