summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
commitb5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch)
treeaaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/d4x
parentLICENSE fix (diff)
downloadgentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip
whitespace cleanup
Diffstat (limited to 'net-misc/d4x')
-rw-r--r--net-misc/d4x/Manifest8
-rw-r--r--net-misc/d4x/d4x-2.03.ebuild8
-rw-r--r--net-misc/d4x/d4x-2.4.1-r1.ebuild14
-rw-r--r--net-misc/d4x/d4x-2.4.1.ebuild14
-rw-r--r--net-misc/d4x/d4x-2.5.0_beta2.ebuild14
5 files changed, 29 insertions, 29 deletions
diff --git a/net-misc/d4x/Manifest b/net-misc/d4x/Manifest
index db324766a001..4a024e7dd849 100644
--- a/net-misc/d4x/Manifest
+++ b/net-misc/d4x/Manifest
@@ -1,8 +1,8 @@
MD5 253d8a4ed77c60c845fc79aebfde3ff1 ChangeLog 2732
-MD5 491be47d7247b8f16b9b1f40d8132b60 d4x-2.03.ebuild 1551
-MD5 bbb0354b0806609bc5867e354c339246 d4x-2.4.1-r1.ebuild 1943
-MD5 9ba91f444d5a830bcd8e7bd8c21ba0f8 d4x-2.4.1.ebuild 1783
-MD5 fd8f811afcc50038d5db6587ec216fb8 d4x-2.5.0_beta2.ebuild 1957
+MD5 8740947a3c0f83fced85e71bbeeb2c6f d4x-2.03.ebuild 1546
+MD5 f3600ffc94bb147861f7c457e7b29e64 d4x-2.4.1-r1.ebuild 1932
+MD5 6f424e73b4ad48577d90473b21f46a5e d4x-2.4.1.ebuild 1772
+MD5 6b8891e08052b7b10666456481404894 d4x-2.5.0_beta2.ebuild 1943
MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219
MD5 07dde74dfe302bab95327f285a5a16ba files/d4x-2.4.1-fix-statusbar-crash.patch 772
MD5 724445bfed12d4bafd7bb97eef1d669c files/digest-d4x-2.03 61
diff --git a/net-misc/d4x/d4x-2.03.ebuild b/net-misc/d4x/d4x-2.03.ebuild
index f9d0b90cd365..2d5d4d4b0d26 100644
--- a/net-misc/d4x/d4x-2.03.ebuild
+++ b/net-misc/d4x/d4x-2.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.03.ebuild,v 1.7 2003/02/28 16:55:00 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.03.ebuild,v 1.8 2003/09/05 22:01:48 msterret Exp $
IUSE="nls esd gnome oss"
@@ -43,7 +43,7 @@ src_compile() {
--infodir=/usr/share/info \
--enable-release \
${myconf} || die
-
+
emake || die
}
@@ -51,12 +51,12 @@ src_install () {
dodir /usr/bin
dodir /usr/share/d4x
-
+
make prefix=${D}/usr \
mandir=${D}/usr/share/man \
infodir=${D}/usr/share/info \
install || die
-
+
dodoc AUTHORS COPYING ChangeLog* NEWS PLANS README TODO
cd ${S}/DOC
dodoc FAQ* LICENSE NAMES TROUBLES THANKS
diff --git a/net-misc/d4x/d4x-2.4.1-r1.ebuild b/net-misc/d4x/d4x-2.4.1-r1.ebuild
index 26c36a86659d..7e3abdd3275b 100644
--- a/net-misc/d4x/d4x-2.4.1-r1.ebuild
+++ b/net-misc/d4x/d4x-2.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1-r1.ebuild,v 1.2 2003/07/13 14:31:36 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1-r1.ebuild,v 1.3 2003/09/05 22:01:48 msterret Exp $
IUSE="nls esd gnome oss kde"
@@ -17,7 +17,7 @@ LICENSE="Artistic"
DEPEND=">=x11-libs/gtk+-2.0.6
>=dev-libs/glib-2.0.6
- >=sys-devel/gettext-0.11.2
+ >=sys-devel/gettext-0.11.2
esd? ( >=media-sound/esound-0.2.7 )"
src_unpack() {
@@ -38,22 +38,22 @@ src_unpack() {
src_compile() {
myconf=""
-
+
use nls \
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
-
+
use esd \
&& myconf="${myconf} --enable-esd" \
|| myconf="${myconf} --disable-esd"
-
+
use oss \
&& myconf="${myconf} --enable-oss" \
|| myconf="${myconf} --disable-oss"
econf --enable-release \
${myconf} || die
-
+
emake || die
}
@@ -75,7 +75,7 @@ src_install () {
if [ -n "`use gnome`" ]
then
- echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
+ echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
insinto /usr/share/applications
newins share/nt.desktop d4x.desktop
fi
diff --git a/net-misc/d4x/d4x-2.4.1.ebuild b/net-misc/d4x/d4x-2.4.1.ebuild
index a214b7b1848a..082981ec4352 100644
--- a/net-misc/d4x/d4x-2.4.1.ebuild
+++ b/net-misc/d4x/d4x-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1.ebuild,v 1.5 2003/07/13 14:31:36 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.4.1.ebuild,v 1.6 2003/09/05 22:01:48 msterret Exp $
IUSE="nls esd gnome oss kde"
@@ -15,7 +15,7 @@ LICENSE="Artistic"
DEPEND=">=x11-libs/gtk+-2.0.6
>=dev-libs/glib-2.0.6
- >=sys-devel/gettext-0.11.2
+ >=sys-devel/gettext-0.11.2
esd? ( >=media-sound/esound-0.2.7 )"
src_unpack() {
@@ -32,22 +32,22 @@ src_unpack() {
src_compile() {
myconf=""
-
+
use nls \
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
-
+
use esd \
&& myconf="${myconf} --enable-esd" \
|| myconf="${myconf} --disable-esd"
-
+
use oss \
&& myconf="${myconf} --enable-oss" \
|| myconf="${myconf} --disable-oss"
econf --enable-release \
${myconf} || die
-
+
emake || die
}
@@ -69,7 +69,7 @@ src_install () {
if [ -n "`use gnome`" ]
then
- echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
+ echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
insinto /usr/share/applications
newins share/nt.desktop d4x.desktop
fi
diff --git a/net-misc/d4x/d4x-2.5.0_beta2.ebuild b/net-misc/d4x/d4x-2.5.0_beta2.ebuild
index 4335f7392f06..d68e47f3d9d4 100644
--- a/net-misc/d4x/d4x-2.5.0_beta2.ebuild
+++ b/net-misc/d4x/d4x-2.5.0_beta2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_beta2.ebuild,v 1.1 2003/08/31 14:54:23 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.0_beta2.ebuild,v 1.2 2003/09/05 22:01:48 msterret Exp $
IUSE="nls esd gnome oss kde"
@@ -17,7 +17,7 @@ LICENSE="Artistic"
DEPEND=">=x11-libs/gtk+-2.0.6
>=dev-libs/glib-2.0.6
- >=sys-devel/gettext-0.11.2
+ >=sys-devel/gettext-0.11.2
esd? ( >=media-sound/esound-0.2.7 )"
src_unpack() {
@@ -38,22 +38,22 @@ src_unpack() {
src_compile() {
myconf=""
-
+
use nls \
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"
-
+
use esd \
&& myconf="${myconf} --enable-esd" \
|| myconf="${myconf} --disable-esd"
-
+
use oss \
&& myconf="${myconf} --enable-oss" \
|| myconf="${myconf} --disable-oss"
econf --enable-release \
${myconf} || die
-
+
emake || die
}
@@ -75,7 +75,7 @@ src_install () {
if [ -n "`use gnome`" ]
then
- echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
+ echo "Categories=Application;Network;" >> ${S}/share/nt.desktop
insinto /usr/share/applications
newins share/nt.desktop d4x.desktop
fi