summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-05-16 05:48:59 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-05-16 05:48:59 +0000
commit1aa8769feb9f3fa67ccd234feaa913585d51e3e9 (patch)
treeeeb1596818c8f50bda0cdaf619adc2e208d78817 /app-text/unix2dos
parentadded postgresql new versions for testing (diff)
downloadhistorical-1aa8769feb9f3fa67ccd234feaa913585d51e3e9.tar.gz
historical-1aa8769feb9f3fa67ccd234feaa913585d51e3e9.tar.bz2
historical-1aa8769feb9f3fa67ccd234feaa913585d51e3e9.zip
Use toolchain-funcs.eclass instead of gcc.eclass.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'app-text/unix2dos')
-rw-r--r--app-text/unix2dos/ChangeLog5
-rw-r--r--app-text/unix2dos/Manifest6
-rw-r--r--app-text/unix2dos/unix2dos-2.2.ebuild8
3 files changed, 11 insertions, 8 deletions
diff --git a/app-text/unix2dos/ChangeLog b/app-text/unix2dos/ChangeLog
index b2e007052b24..668227f8567b 100644
--- a/app-text/unix2dos/ChangeLog
+++ b/app-text/unix2dos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/unix2dos
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.15 2005/01/01 16:40:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.16 2005/05/16 05:48:59 ka0ttic Exp $
+
+ 16 May 2005; Aaron Walker <ka0ttic@gentoo.org> unix2dos-2.2.ebuild:
+ Use toolchain-funcs.eclass instead of gcc.eclass.
21 Oct 2004; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml:
Add metadata (shell-tools)
diff --git a/app-text/unix2dos/Manifest b/app-text/unix2dos/Manifest
index 6f7cd27e3fdd..a982d2845533 100644
--- a/app-text/unix2dos/Manifest
+++ b/app-text/unix2dos/Manifest
@@ -1,7 +1,7 @@
-MD5 861adcff40a9b68e9ffbc3d18da09935 ChangeLog 1403
-MD5 df120b28855ed8ed9836891ede3db856 unix2dos-2.2.ebuild 792
+MD5 a106e6eeabf381aed56c231adb7b368d ChangeLog 1526
MD5 0c131a7201c4670302767f93643876fa metadata.xml 165
+MD5 a52d49b5d3f0aaa09eaf0f09e54c75aa unix2dos-2.2.ebuild 805
MD5 9b19aa73a3447d0d691bd0e5537f6547 files/digest-unix2dos-2.2 66
+MD5 c723995df715179f101342647856ed6d files/unix2dos-mkstemp.patch 543
MD5 e7f3673c14b9bbeed71e94730d7ef386 files/unix2dos-2.2-manpage.patch 888
MD5 fe14e5681bc093d2039290d906023047 files/unix2dos-2.2-segfault.patch 2297
-MD5 c723995df715179f101342647856ed6d files/unix2dos-mkstemp.patch 543
diff --git a/app-text/unix2dos/unix2dos-2.2.ebuild b/app-text/unix2dos/unix2dos-2.2.ebuild
index 49c5a403ccdb..45134b722a98 100644
--- a/app-text/unix2dos/unix2dos-2.2.ebuild
+++ b/app-text/unix2dos/unix2dos-2.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.21 2005/01/01 16:40:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2.ebuild,v 1.22 2005/05/16 05:48:59 ka0ttic Exp $
-inherit gcc eutils
+inherit eutils toolchain-funcs
DESCRIPTION="UNIX to DOS text file format converter"
HOMEPAGE="I HAVE NO HOME :("
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=""
RDEPEND=""
-S=${WORKDIR}
+S="${WORKDIR}"
src_unpack() {
unpack ${A}
@@ -26,7 +26,7 @@ src_unpack() {
}
src_compile() {
- $(gcc-getCC) ${CFLAGS} -o unix2dos unix2dos.c || die
+ $(tc-getCC) ${CFLAGS} -o unix2dos unix2dos.c || die
}
src_install() {