summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-04-24 18:36:46 +0000
committerIan Leitch <port001@gentoo.org>2004-04-24 18:36:46 +0000
commit239f7157aa7e001b7304cb82d905022ee0d42d5b (patch)
tree35f7d18cad45564c98372f74b8b6f17028b84243 /x11-misc
parentAdded a alignement patch for hppa. Fix check on some systems. (diff)
downloadhistorical-239f7157aa7e001b7304cb82d905022ee0d42d5b.tar.gz
historical-239f7157aa7e001b7304cb82d905022ee0d42d5b.tar.bz2
historical-239f7157aa7e001b7304cb82d905022ee0d42d5b.zip
Depend on virtual/x11 instead of x11-base/xfree
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lineakd/ChangeLog6
-rw-r--r--x11-misc/lineakd/Manifest8
-rw-r--r--x11-misc/lineakd/lineakd-0.6.1.ebuild6
-rw-r--r--x11-misc/lineakd/lineakd-0.7.2.ebuild4
-rw-r--r--x11-misc/lineakd/lineakd-0.7.ebuild4
5 files changed, 16 insertions, 12 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog
index 90368930a960..f7486e64c775 100644
--- a/x11-misc/lineakd/ChangeLog
+++ b/x11-misc/lineakd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineakd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.9 2004/04/11 15:17:30 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.10 2004/04/24 18:36:46 port001 Exp $
+
+ 24 Apr 2004; Ian Leitch <port001@gentoo.org> lineakd-0.6.1.ebuild,
+ lineakd-0.7.2.ebuild, lineakd-0.7.ebuild:
+ Depend on virtual/x11 instead of x11-base/xfree
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> lineakd-0.7.2.ebuild,
lineakd-0.7.ebuild:
diff --git a/x11-misc/lineakd/Manifest b/x11-misc/lineakd/Manifest
index d9ab45c15a9e..2c3d9de6b1ad 100644
--- a/x11-misc/lineakd/Manifest
+++ b/x11-misc/lineakd/Manifest
@@ -1,7 +1,7 @@
-MD5 ade5a801235d8b378feaf3a3e5f0b941 lineakd-0.7.2.ebuild 717
-MD5 5f3ea11a31fb0b502f615a8a9725805d lineakd-0.7.ebuild 715
-MD5 185e3fe4e7a7763c25410f91aa1efada lineakd-0.6.1.ebuild 735
-MD5 4a27d94085dcbcb113d03d6ebdf8cb1f ChangeLog 1361
+MD5 9dbdddd9a99893455b6d3923c33ca746 lineakd-0.7.2.ebuild 714
+MD5 6d748c018192997f7f493021c85d858b lineakd-0.7.ebuild 712
+MD5 d7e0dd7d09fcf52f7cfea6a71d89ba90 lineakd-0.6.1.ebuild 732
+MD5 d51db2469d297186cdcc5d0d2153167e ChangeLog 1526
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
MD5 7633a56319bdc9f33b902beb4ecb3bb4 files/digest-lineakd-0.7 63
MD5 cb10498babf3c81a98a423ea7f52f34a files/digest-lineakd-0.6.1 65
diff --git a/x11-misc/lineakd/lineakd-0.6.1.ebuild b/x11-misc/lineakd/lineakd-0.6.1.ebuild
index 55fd1ab9ac80..41ccd937c0ac 100644
--- a/x11-misc/lineakd/lineakd-0.6.1.ebuild
+++ b/x11-misc/lineakd/lineakd-0.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.6.1.ebuild,v 1.3 2003/12/13 22:56:30 port001 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.6.1.ebuild,v 1.4 2004/04/24 18:36:46 port001 Exp $
IUSE="xosd"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="x11-base/xfree
+DEPEND="virtual/x11
xosd? ( x11-libs/xosd )"
src_compile() {
diff --git a/x11-misc/lineakd/lineakd-0.7.2.ebuild b/x11-misc/lineakd/lineakd-0.7.2.ebuild
index 95afd1e8b6ba..2cca8597c3de 100644
--- a/x11-misc/lineakd/lineakd-0.7.2.ebuild
+++ b/x11-misc/lineakd/lineakd-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.2.ebuild,v 1.2 2004/04/11 15:17:30 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.2.ebuild,v 1.3 2004/04/24 18:36:46 port001 Exp $
IUSE="xosd"
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="x11-base/xfree
+DEPEND="virtual/x11
xosd? ( x11-libs/xosd )"
src_compile() {
diff --git a/x11-misc/lineakd/lineakd-0.7.ebuild b/x11-misc/lineakd/lineakd-0.7.ebuild
index b951efcfb8b7..68d55ac7459f 100644
--- a/x11-misc/lineakd/lineakd-0.7.ebuild
+++ b/x11-misc/lineakd/lineakd-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.ebuild,v 1.3 2004/04/11 15:17:30 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.7.ebuild,v 1.4 2004/04/24 18:36:46 port001 Exp $
IUSE="xosd"
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="x11-base/xfree
+DEPEND="virtual/x11
xosd? ( x11-libs/xosd )"
src_compile() {