diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
commit | 09db38f1bcdafd7910778b9cde61ce9ebc260e50 (patch) | |
tree | 6e83e9e2583415777600987aa8be3ce09d77b79b /app-editors/joe | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.gz gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.bz2 gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.zip |
whitespace cleanup
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/Manifest | 8 | ||||
-rw-r--r-- | app-editors/joe/joe-2.9.5.ebuild | 6 | ||||
-rw-r--r-- | app-editors/joe/joe-2.9.8.ebuild | 6 | ||||
-rw-r--r-- | app-editors/joe/joe-2.9.8_pre1.ebuild | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/app-editors/joe/Manifest b/app-editors/joe/Manifest index 83a1bfe4a506..7d9c76467574 100644 --- a/app-editors/joe/Manifest +++ b/app-editors/joe/Manifest @@ -1,7 +1,7 @@ MD5 f717c09d3bb1d1cc070b968d01b7dd1c ChangeLog 1710 -MD5 a8e9ffd29b78f50850266424daa66329 joe-2.9.5.ebuild 920 -MD5 bb7900a84cfdaf4ac2a5eec2ad819498 joe-2.9.8.ebuild 732 -MD5 ce791d6cb6f0a4342bf10907f871ecc1 joe-2.9.8_pre1.ebuild 733 +MD5 ea6bac57bd28c66a0c9b853d6d3ecf0c joe-2.9.5.ebuild 892 +MD5 8ab8d8fa2e4cd864d04919d75e9718b2 joe-2.9.8_pre1.ebuild 680 +MD5 5de1eabdcfe2d4389e408164989b0fda joe-2.9.8.ebuild 678 MD5 2d0cff8feae94e95e4d345c184aedf2e files/digest-joe-2.9.5 58 -MD5 d69aa486eb5c743045dd6323ceede7e3 files/digest-joe-2.9.8 61 MD5 26aed7d89377d2c69fa8915653718a0b files/digest-joe-2.9.8_pre1 63 +MD5 d69aa486eb5c743045dd6323ceede7e3 files/digest-joe-2.9.8 61 diff --git a/app-editors/joe/joe-2.9.5.ebuild b/app-editors/joe/joe-2.9.5.ebuild index ef746fd1db05..efe2936d8460 100644 --- a/app-editors/joe/joe-2.9.5.ebuild +++ b/app-editors/joe/joe-2.9.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/app-editors/joe/joe-2.9.5.ebuild,v 1.11 2003/02/10 11:09:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.5.ebuild,v 1.12 2003/09/05 23:05:05 msterret Exp $ IUSE="" @@ -17,13 +17,13 @@ DEPEND=">=sys-libs/ncurses-5.2-r2" PROVIDE="virtual/editor" -src_compile() { +src_compile() { cp Makefile Makefile.orig sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile make joe termidx || die } -src_install() { +src_install() { into /usr dobin joe doman joe.1 diff --git a/app-editors/joe/joe-2.9.8.ebuild b/app-editors/joe/joe-2.9.8.ebuild index 5220cb24da7e..b090bd060ae9 100644 --- a/app-editors/joe/joe-2.9.8.ebuild +++ b/app-editors/joe/joe-2.9.8.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/app-editors/joe/joe-2.9.8.ebuild,v 1.2 2003/07/08 00:32:45 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8.ebuild,v 1.3 2003/09/05 23:05:05 msterret Exp $ IUSE="" @@ -18,12 +18,12 @@ DEPEND=">=sys-libs/ncurses-5.2-r2" PROVIDE="virtual/editor" -src_compile() { +src_compile() { econf || die make || die } -src_install() { +src_install() { einstall || die dodoc COPYING INFO LIST README TODO VERSION } diff --git a/app-editors/joe/joe-2.9.8_pre1.ebuild b/app-editors/joe/joe-2.9.8_pre1.ebuild index 06ba7f9abe9d..ce05972417a2 100644 --- a/app-editors/joe/joe-2.9.8_pre1.ebuild +++ b/app-editors/joe/joe-2.9.8_pre1.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/app-editors/joe/joe-2.9.8_pre1.ebuild,v 1.7 2003/06/29 18:24:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.9.8_pre1.ebuild,v 1.8 2003/09/05 23:05:05 msterret Exp $ IUSE="" @@ -18,12 +18,12 @@ DEPEND=">=sys-libs/ncurses-5.2-r2" PROVIDE="virtual/editor" -src_compile() { +src_compile() { econf || die make || die } -src_install() { +src_install() { einstall || die dodoc COPYING INFO LIST README TODO VERSION } |