summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:57:35 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:57:35 +0000
commit21040853fe7a623ceb7ff948ac059aa9de6afdd9 (patch)
treeba50a1bc6c49ae82d9be58435418ee3fbd9acae4 /sys-apps/texinfo
parentrepoman: header fix; whitespace cleanup (diff)
downloadgentoo-2-21040853fe7a623ceb7ff948ac059aa9de6afdd9.tar.gz
gentoo-2-21040853fe7a623ceb7ff948ac059aa9de6afdd9.tar.bz2
gentoo-2-21040853fe7a623ceb7ff948ac059aa9de6afdd9.zip
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r--sys-apps/texinfo/Manifest6
-rw-r--r--sys-apps/texinfo/texinfo-4.3-r1.ebuild10
-rw-r--r--sys-apps/texinfo/texinfo-4.5.ebuild12
-rw-r--r--sys-apps/texinfo/texinfo-4.6.ebuild12
4 files changed, 20 insertions, 20 deletions
diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
index f2a8c64751b4..0dea21c8f9f0 100644
--- a/sys-apps/texinfo/Manifest
+++ b/sys-apps/texinfo/Manifest
@@ -1,7 +1,7 @@
MD5 bbc31cddbe8124b3566731a13afc1627 ChangeLog 4279
-MD5 0cabd58c1798443459849d8c26411b2e texinfo-4.3-r1.ebuild 1772
-MD5 2ee182f913e799be89181964daaef32c texinfo-4.5.ebuild 1701
-MD5 722ad4c2782fd091d848174c91ed9d05 texinfo-4.6.ebuild 1677
+MD5 05f1c86004036af535b35b3086ec6771 texinfo-4.3-r1.ebuild 1766
+MD5 9d617c49e9ed53f1242ebed214b99171 texinfo-4.5.ebuild 1695
+MD5 05c955395b5e70beca78d0b37bd5c44c texinfo-4.6.ebuild 1671
MD5 3173c3b67a3ef4e594cf5ce1b8253504 files/digest-texinfo-4.3-r1 64
MD5 c14f75d4a1d21ae1776a9868bd0c0296 files/digest-texinfo-4.5 65
MD5 b8ed9b84ca8ab4c2ac4e628a8f928dcb files/install-info.patch 729
diff --git a/sys-apps/texinfo/texinfo-4.3-r1.ebuild b/sys-apps/texinfo/texinfo-4.3-r1.ebuild
index b62fbcc825fd..36b97ad614cf 100644
--- a/sys-apps/texinfo/texinfo-4.3-r1.ebuild
+++ b/sys-apps/texinfo/texinfo-4.3-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/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.10 2003/06/21 21:19:41 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.11 2003/09/07 00:53:17 msterret Exp $
inherit eutils
@@ -45,8 +45,8 @@ src_compile() {
export WANT_AUTOMAKE_1_6=1
econf ${myconf} || die
-
- emake || die
+
+ emake || die
}
src_install() {
@@ -57,7 +57,7 @@ src_install() {
make DESTDIR=${D} \
infodir=/usr/share/info \
install || die
-
+
exeinto /usr/sbin
doexe ${FILESDIR}/mkinfodir
@@ -65,7 +65,7 @@ src_install() {
die "Could not install texinfo.info!!!"
fi
- dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
+ dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
docinto info
dodoc info/README
docinto makeinfo
diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild
index cd835d36eb8c..eae4ec094e2d 100644
--- a/sys-apps/texinfo/texinfo-4.5.ebuild
+++ b/sys-apps/texinfo/texinfo-4.5.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/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.10 2003/09/02 18:44:24 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.11 2003/09/07 00:53:17 msterret Exp $
IUSE="nls build"
@@ -18,7 +18,7 @@ DEPEND=">=sys-apps/sed-4.0.5
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/glibc
!build? ( >=sys-libs/ncurses-5.2-r2 )"
src_unpack() {
@@ -42,8 +42,8 @@ src_compile() {
export WANT_AUTOMAKE_1_6=1
econf ${myconf} || die
-
- emake || die
+
+ emake || die
}
src_install() {
@@ -54,7 +54,7 @@ src_install() {
make DESTDIR=${D} \
infodir=/usr/share/info \
install || die
-
+
exeinto /usr/sbin
doexe ${FILESDIR}/mkinfodir
@@ -62,7 +62,7 @@ src_install() {
die "Could not install texinfo.info!!!"
fi
- dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
+ dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
docinto info
dodoc info/README
docinto makeinfo
diff --git a/sys-apps/texinfo/texinfo-4.6.ebuild b/sys-apps/texinfo/texinfo-4.6.ebuild
index b32b40f82893..315cf7290e87 100644
--- a/sys-apps/texinfo/texinfo-4.6.ebuild
+++ b/sys-apps/texinfo/texinfo-4.6.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/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.1 2003/09/02 18:44:24 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.6.ebuild,v 1.2 2003/09/07 00:53:17 msterret Exp $
IUSE="nls build"
@@ -17,7 +17,7 @@ DEPEND=">=sys-apps/sed-4.0.5
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/glibc
!build? ( >=sys-libs/ncurses-5.2-r2 )"
src_unpack() {
@@ -41,8 +41,8 @@ src_compile() {
export WANT_AUTOMAKE_1_6=1
econf ${myconf} || die
-
- emake || die
+
+ emake || die
}
src_install() {
@@ -53,7 +53,7 @@ src_install() {
make DESTDIR=${D} \
infodir=/usr/share/info \
install || die
-
+
exeinto /usr/sbin
doexe ${FILESDIR}/mkinfodir
@@ -61,7 +61,7 @@ src_install() {
die "Could not install texinfo.info!!!"
fi
- dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
+ dodoc AUTHORS ChangeLog COPYING INTRODUCTION NEWS README TODO
docinto info
dodoc info/README
docinto makeinfo