diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 05:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 05:29:16 +0000 |
commit | 03f0cdf35958865b81a08e9fa93f39c6001e49d6 (patch) | |
tree | a3bf22ab5cdc4bb12fb64ce792292cd3aac0d545 /app-arch | |
parent | Bump to 0.52.6 and added lsdvd dep to 0.97.6 (diff) | |
download | gentoo-2-03f0cdf35958865b81a08e9fa93f39c6001e49d6.tar.gz gentoo-2-03f0cdf35958865b81a08e9fa93f39c6001e49d6.tar.bz2 gentoo-2-03f0cdf35958865b81a08e9fa93f39c6001e49d6.zip |
Robert Sebastian Gerus adds support for DragonFly BSD #122843.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.52-r1.ebuild | 5 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.52.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog index ae308f8140e6..a1ea774c5784 100644 --- a/app-arch/unzip/ChangeLog +++ b/app-arch/unzip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/unzip -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.35 2005/10/04 23:01:07 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.36 2006/02/15 05:29:16 vapier Exp $ + + 15 Feb 2006; Mike Frysinger <vapier@gentoo.org> unzip-5.52.ebuild, + unzip-5.52-r1.ebuild: + Robert Sebastian Gerus adds support for DragonFly BSD #122843. *unzip-5.52-r1 (04 Oct 2005) diff --git a/app-arch/unzip/unzip-5.52-r1.ebuild b/app-arch/unzip/unzip-5.52-r1.ebuild index 6fca4263c1c7..866ba25dc6bc 100644 --- a/app-arch/unzip/unzip-5.52-r1.ebuild +++ b/app-arch/unzip/unzip-5.52-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.4 2005/12/31 13:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.5 2006/02/15 05:29:16 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -35,6 +35,7 @@ src_compile() { case ${CHOST} in i?86*-linux*) TARGET=linux_asm ;; *-linux*) TARGET=linux_noasm ;; + *-dragonfly*) TARGET=freebsd ;; *-freebsd*) TARGET=freebsd ;; *-openbsd*) TARGET=bsd ;; *-darwin*) TARGET=macosx ;; diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild index b24402f10189..a045ba481c92 100644 --- a/app-arch/unzip/unzip-5.52.ebuild +++ b/app-arch/unzip/unzip-5.52.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.13 2005/12/31 13:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.14 2006/02/15 05:29:16 vapier Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -34,6 +34,7 @@ src_compile() { case ${CHOST} in i?86*-linux*) TARGET=linux_asm ;; *-linux*) TARGET=linux_noasm ;; + *-dragonfly*) TARGET=freebsd ;; *-freebsd*) TARGET=freebsd ;; *-openbsd*) TARGET=bsd ;; *-darwin*) TARGET=macosx ;; |