diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-02 23:14:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-02 23:14:38 +0000 |
commit | 11c6c88b498b56d60d251146ba804851f74a19ed (patch) | |
tree | f8c8d053e3361dd1358bb110ad53ee51717364f6 /dev-util/w32api | |
parent | Add patch to fix memory corruption. (diff) | |
download | gentoo-2-11c6c88b498b56d60d251146ba804851f74a19ed.tar.gz gentoo-2-11c6c88b498b56d60d251146ba804851f74a19ed.tar.bz2 gentoo-2-11c6c88b498b56d60d251146ba804851f74a19ed.zip |
old
Diffstat (limited to 'dev-util/w32api')
-rw-r--r-- | dev-util/w32api/files/digest-w32api-3.7 | 3 | ||||
-rw-r--r-- | dev-util/w32api/files/digest-w32api-3.8 | 3 | ||||
-rw-r--r-- | dev-util/w32api/w32api-3.7.ebuild | 63 | ||||
-rw-r--r-- | dev-util/w32api/w32api-3.8.ebuild | 63 |
4 files changed, 0 insertions, 132 deletions
diff --git a/dev-util/w32api/files/digest-w32api-3.7 b/dev-util/w32api/files/digest-w32api-3.7 deleted file mode 100644 index 550c84104f25..000000000000 --- a/dev-util/w32api/files/digest-w32api-3.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d799c407b4c1b480d0339994d01f355d w32api-3.7-src.tar.gz 1110397 -RMD160 ad864a0ef280fc027bb00093f270cd84ff14547f w32api-3.7-src.tar.gz 1110397 -SHA256 337950a4c5a56264242d6ec2026c8bcb06b4256ef345b7fb0aa5883b1107572d w32api-3.7-src.tar.gz 1110397 diff --git a/dev-util/w32api/files/digest-w32api-3.8 b/dev-util/w32api/files/digest-w32api-3.8 deleted file mode 100644 index 70a7c78d69ec..000000000000 --- a/dev-util/w32api/files/digest-w32api-3.8 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f38604492ba27c914d527a07cb5c164a w32api-3.8-src.tar.gz 1182352 -RMD160 b02254438d76bcc7f39cc0dd6abc8e868748d520 w32api-3.8-src.tar.gz 1182352 -SHA256 925375a8c3bd380374fb9906fecdc48728510215f9cdd43f05d72596512129b0 w32api-3.8-src.tar.gz 1182352 diff --git a/dev-util/w32api/w32api-3.7.ebuild b/dev-util/w32api/w32api-3.7.ebuild deleted file mode 100644 index 280619dd4a8b..000000000000 --- a/dev-util/w32api/w32api-3.7.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.7.ebuild,v 1.5 2006/09/28 08:13:10 vapier Exp $ - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} -if [[ ${CTARGET} == ${CHOST} ]] ; then - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then - export CTARGET=${CATEGORY/cross-} - fi -fi - -inherit eutils flag-o-matic - -DESCRIPTION="Free Win32 runtime and import library definitions" -HOMEPAGE="http://www.mingw.org/" -SRC_URI="mirror://sourceforge/mingw/${P}-src.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" -RESTRICT="strip" - -DEPEND="" - -just_headers() { - use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]] -} - -pkg_setup() { - if [[ ${CBUILD} == ${CHOST} ]] && [[ ${CHOST} == ${CTARGET} ]] ; then - die "Invalid configuration" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-DESTDIR.patch -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf \ - --host=${CTARGET} \ - --prefix=/usr/${CTARGET}/usr \ - || die - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - emake install DESTDIR="${D}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip - dodoc CONTRIBUTIONS ChangeLog README.w32api TODO - fi -} diff --git a/dev-util/w32api/w32api-3.8.ebuild b/dev-util/w32api/w32api-3.8.ebuild deleted file mode 100644 index b804c720611d..000000000000 --- a/dev-util/w32api/w32api-3.8.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.8.ebuild,v 1.1 2007/01/09 00:34:36 vapier Exp $ - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} -if [[ ${CTARGET} == ${CHOST} ]] ; then - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then - export CTARGET=${CATEGORY/cross-} - fi -fi - -inherit eutils flag-o-matic - -DESCRIPTION="Free Win32 runtime and import library definitions" -HOMEPAGE="http://www.mingw.org/" -SRC_URI="mirror://sourceforge/mingw/${P}-src.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" -RESTRICT="strip" - -DEPEND="" - -just_headers() { - use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]] -} - -pkg_setup() { - if [[ ${CBUILD} == ${CHOST} ]] && [[ ${CHOST} == ${CTARGET} ]] ; then - die "Invalid configuration" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-3.7-DESTDIR.patch -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf \ - --host=${CTARGET} \ - --prefix=/usr/${CTARGET}/usr \ - || die - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - emake install DESTDIR="${D}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip - dodoc CONTRIBUTIONS ChangeLog README.w32api TODO - fi -} |