summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-23 00:12:13 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-23 00:12:13 +0000
commitfb20ba4c03dd01de3f40366699dc74227d0ddfa2 (patch)
treee8b2891f8d875a578e1075963f0218366cf9d834 /app-office/texmacs
parentChange supersed dependencies (diff)
downloadgentoo-2-fb20ba4c03dd01de3f40366699dc74227d0ddfa2.tar.gz
gentoo-2-fb20ba4c03dd01de3f40366699dc74227d0ddfa2.tar.bz2
gentoo-2-fb20ba4c03dd01de3f40366699dc74227d0ddfa2.zip
Change supersed dependencies
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/ChangeLog6
-rw-r--r--app-office/texmacs/Manifest5
-rw-r--r--app-office/texmacs/texmacs-1.0.0.19.ebuild4
-rw-r--r--app-office/texmacs/texmacs-1.0.1.ebuild4
4 files changed, 14 insertions, 5 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog
index 1ffbb323789a..ca3f1dd8460f 100644
--- a/app-office/texmacs/ChangeLog
+++ b/app-office/texmacs/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-office/texmacs
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.8 2003/03/17 17:17:57 vladimir Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.9 2003/04/23 00:09:13 lostlogic Exp $
*texmacs-1.0.1 (02 Jan 2002)
+ 22 Apr 2003; Brandon Low <lostlogic@gentoo.org> texmacs-1.0.0.19.ebuild,
+ texmacs-1.0.1.ebuild:
+ Change supersed dependencies
+
17 Mar 2003; Graham Forest <vladimir@gentoo.org> texmacs-1.0.1.ebuild:
set ~ppc in keywords
diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
new file mode 100644
index 000000000000..068f5fc3eace
--- /dev/null
+++ b/app-office/texmacs/Manifest
@@ -0,0 +1,5 @@
+MD5 f6d41ec6c50082888d51edd3d4d277d8 texmacs-1.0.0.19.ebuild 972
+MD5 4011fc1d93416dca9795446d70a9e4ce texmacs-1.0.1.ebuild 1073
+MD5 1f74716f5b48309af65e70587dac3fac ChangeLog 1423
+MD5 4e64086a3b4c9a500cf4d4bbd8ca3e5f files/digest-texmacs-1.0.0.19 146
+MD5 e66f431d3e08f7c71c8b3838c9601369 files/digest-texmacs-1.0.1 143
diff --git a/app-office/texmacs/texmacs-1.0.0.19.ebuild b/app-office/texmacs/texmacs-1.0.0.19.ebuild
index 34430305dc40..36cf09f37f1c 100644
--- a/app-office/texmacs/texmacs-1.0.0.19.ebuild
+++ b/app-office/texmacs/texmacs-1.0.0.19.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~x86"
DEPEND=">=app-text/tetex-1.0.7-r7
>=dev-util/guile-1.3.4
- sys-apps/supersed
+ =sys-apps/sed-4*
virtual/x11"
RDEPEND="${DEPEND}
@@ -24,7 +24,7 @@ RDEPEND="${DEPEND}
src_compile() {
econf
- ssed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile
+ sed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile
cd ${S}
make || die
diff --git a/app-office/texmacs/texmacs-1.0.1.ebuild b/app-office/texmacs/texmacs-1.0.1.ebuild
index 31adbcae5de0..be9a1d0bfe57 100644
--- a/app-office/texmacs/texmacs-1.0.1.ebuild
+++ b/app-office/texmacs/texmacs-1.0.1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~x86 ~ppc"
DEPEND=">=app-text/tetex-1.0.7-r7
>=dev-util/guile-1.3.4
- sys-apps/supersed
+ =sys-apps/sed-4*
virtual/x11"
RDEPEND="${DEPEND}
@@ -30,7 +30,7 @@ src_compile() {
append-flags -fno-inline
econf
- ssed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile
+ sed -i "s:\(^CXXOPTIMIZE = \).*:\1${CXXFLAGS}:" src/common.makefile
cd ${S}
make || die