summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-06-28 02:37:17 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-06-28 02:37:17 +0000
commit6994922727b325f670e6bace30daf75eb9be039e (patch)
tree17a88faef12962500385f3ddb9d443cf88e92cab /app-text
parentversion bumps, closes #55225 (diff)
downloadhistorical-6994922727b325f670e6bace30daf75eb9be039e.tar.gz
historical-6994922727b325f670e6bace30daf75eb9be039e.tar.bz2
historical-6994922727b325f670e6bace30daf75eb9be039e.zip
Added ~mips. Fixed CXXFLAGS so that non-x86 builds work. QA: added IUSE.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/duconv/ChangeLog5
-rw-r--r--app-text/duconv/Manifest4
-rw-r--r--app-text/duconv/duconv-1.1.ebuild10
3 files changed, 14 insertions, 5 deletions
diff --git a/app-text/duconv/ChangeLog b/app-text/duconv/ChangeLog
index 8e7775a05595..3d3ce9628707 100644
--- a/app-text/duconv/ChangeLog
+++ b/app-text/duconv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/duconv
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/ChangeLog,v 1.7 2004/06/24 22:34:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/ChangeLog,v 1.8 2004/06/28 02:37:17 ciaranm Exp $
+
+ 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> duconv-1.1.ebuild:
+ Added ~mips. Fixed CXXFLAGS so that non-x86 builds work. QA: added IUSE.
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> duconv-1.1.ebuild:
Don't assign default to S; header fix
diff --git a/app-text/duconv/Manifest b/app-text/duconv/Manifest
index 8ed2f3eeec6a..b0425c83ac72 100644
--- a/app-text/duconv/Manifest
+++ b/app-text/duconv/Manifest
@@ -1,3 +1,3 @@
-MD5 19cc8e02a4ada7963dd7776b0ac503eb duconv-1.1.ebuild 628
-MD5 56132e60d6cbaa6d2d0efc340fbc4437 ChangeLog 948
+MD5 c76e103520580f4d3754657d7d09fc05 ChangeLog 1094
+MD5 bc931f424f8d0c8c756d2f8ab8244387 duconv-1.1.ebuild 749
MD5 615ebd7a86904f4d70933567e86b7b97 files/digest-duconv-1.1 53
diff --git a/app-text/duconv/duconv-1.1.ebuild b/app-text/duconv/duconv-1.1.ebuild
index 114331271192..9774d7a78a42 100644
--- a/app-text/duconv/duconv-1.1.ebuild
+++ b/app-text/duconv/duconv-1.1.ebuild
@@ -1,17 +1,23 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/duconv-1.1.ebuild,v 1.12 2004/06/24 22:34:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/duconv/duconv-1.1.ebuild,v 1.13 2004/06/28 02:37:17 ciaranm Exp $
DESCRIPTION="A small util that converts from dos<->unix"
SRC_URI="http://people.freenet.de/tfaehr/${PN}.tgz"
HOMEPAGE="http://people.freenet.de/tfaehr/linux.htm"
LICENSE="as-is"
-KEYWORDS="x86 sparc"
+KEYWORDS="x86 sparc ~mips"
SLOT="0"
+IUSE=""
+DEPEND=">=sys-apps/sed-4"
+RDEPEND=""
+
src_unpack() {
unpack ${A}
mv ${WORKDIR}/home/torsten/gcc/duconv ${S}
+ cd ${S}
+ sed -i -e 's,-m486,,' Makefile || die "Makefile fix failed"
rm -R ${WORKDIR}/home
}