diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-10-06 22:39:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-10-06 22:39:08 +0000 |
commit | e52bff4a20e4cbc7c8115dda11ae5ff9db5541ed (patch) | |
tree | 006e6d3ded1539682a42a7f9aff53397e19cde1b /dev-util | |
parent | Version bump #192642 by Dennis Schridde. (diff) | |
download | historical-e52bff4a20e4cbc7c8115dda11ae5ff9db5541ed.tar.gz historical-e52bff4a20e4cbc7c8115dda11ae5ff9db5541ed.tar.bz2 historical-e52bff4a20e4cbc7c8115dda11ae5ff9db5541ed.zip |
old
Diffstat (limited to 'dev-util')
10 files changed, 0 insertions, 391 deletions
diff --git a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.10 b/dev-util/mingw-runtime/files/digest-mingw-runtime-3.10 deleted file mode 100644 index f3064ed921f2..000000000000 --- a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.10 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9225684e663eafa900b4075731c25f4c mingw-runtime-3.10-src.tar.gz 338373 -RMD160 b8c20dfec6f188a50a51a7fd2c4c3a1228554daa mingw-runtime-3.10-src.tar.gz 338373 -SHA256 eefa03102b49a529c7fa30a531487ded69ac57384ae3a0f07fd0a24af5c9ea2d mingw-runtime-3.10-src.tar.gz 338373 diff --git a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.11 b/dev-util/mingw-runtime/files/digest-mingw-runtime-3.11 deleted file mode 100644 index 3250620d7605..000000000000 --- a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.11 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 642a9619b32fbf20602a6c8517b578df mingw-runtime-3.11-src.tar.gz 363078 -RMD160 808672cd11daadd408d90b3e3ad337329b57ca9e mingw-runtime-3.11-src.tar.gz 363078 -SHA256 77457528f0682a3e22c02375dd1ff80042288e75653f66995001a5b94811c3c8 mingw-runtime-3.11-src.tar.gz 363078 diff --git a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.11_p20061202 b/dev-util/mingw-runtime/files/digest-mingw-runtime-3.11_p20061202 deleted file mode 100644 index 44569e3c7eb3..000000000000 --- a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.11_p20061202 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5dd9522561222819e4ca78b2950b80f6 mingw-runtime-3.11-20061202-1-src.tar.gz 378049 -RMD160 b38d4301f7a590d45e38c1cb78000bfca9d25fea mingw-runtime-3.11-20061202-1-src.tar.gz 378049 -SHA256 19471fe1f8a54db8bbf4ae8aa0ba8822d80d9f77a125abac1410670532cba461 mingw-runtime-3.11-20061202-1-src.tar.gz 378049 diff --git a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.9 b/dev-util/mingw-runtime/files/digest-mingw-runtime-3.9 deleted file mode 100644 index 952c3ad35105..000000000000 --- a/dev-util/mingw-runtime/files/digest-mingw-runtime-3.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9111435bbc9b78b5a5f08ac8d6310a5a mingw-runtime-3.9-src.tar.gz 301241 -RMD160 b50c14fb566f94a9eee40cc2e716c67aa8bece29 mingw-runtime-3.9-src.tar.gz 301241 -SHA256 e3b1aaa2405a8aa5dbbd2eb0e286c03dcb6e0b9ad6c0f8b64ea02dc3bd3470fc mingw-runtime-3.9-src.tar.gz 301241 diff --git a/dev-util/mingw-runtime/files/mingw-runtime-3.11-include.patch b/dev-util/mingw-runtime/files/mingw-runtime-3.11-include.patch deleted file mode 100644 index 082a3567f417..000000000000 --- a/dev-util/mingw-runtime/files/mingw-runtime-3.11-include.patch +++ /dev/null @@ -1,30 +0,0 @@ -Fix from upstream - -http://bugs.gentoo.org/166933 - -Index: Makefile.in -=================================================================== -RCS file: /cvs/src/src/winsup/mingw/Makefile.in,v -retrieving revision 1.69 -diff -r1.69 Makefile.in -112c112 -< INCLUDES+= -I$(srcdir)/include \ ---- -> INCLUDES = -I$(srcdir)/include \ -116,117c116,117 -< ALL_CFLAGS = $(CFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN) -< ALL_CXXFLAGS = $(CXXFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN) ---- -> ALL_CFLAGS = $(CFLAGS) $(INCLUDES) $(W32API_INCLUDE) $(MNO_CYGWIN) -> ALL_CXXFLAGS = $(CXXFLAGS) $(INCLUDES) -nostdinc++ $(W32API_INCLUDE) $(MNO_CYGWIN) -Index: mingwex/Makefile.in -=================================================================== -RCS file: /cvs/src/src/winsup/mingw/mingwex/Makefile.in,v -retrieving revision 1.35 -diff -r1.35 Makefile.in -111,112c111,112 -< ALL_CFLAGS = $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) $(MNO_CYGWIN) -< ALL_CXXFLAGS = $(CXXFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(W32API_INCLUDE) $(INCLUDES) -nostdinc++ $(MNO_CYGWIN) ---- -> ALL_CFLAGS = $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(INCLUDES) $(W32API_INCLUDE) $(MNO_CYGWIN) -> ALL_CXXFLAGS = $(CXXFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(INCLUDES) -nostdinc++ $(W32API_INCLUDE) $(MNO_CYGWIN) diff --git a/dev-util/mingw-runtime/files/mingw-runtime-3.9-DESTDIR.patch b/dev-util/mingw-runtime/files/mingw-runtime-3.9-DESTDIR.patch deleted file mode 100644 index da2fc91b79ee..000000000000 --- a/dev-util/mingw-runtime/files/mingw-runtime-3.9-DESTDIR.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.in -+++ Makefile.in -@@ -58,6 +58,10 @@ - inst_libdir:=$(libdir) - inst_docdir:=$(prefix)/doc/mingw-runtime - endif -+inst_bindir:=$(DESTDIR)$(inst_bindir) -+inst_includedir:=$(DESTDIR)$(inst_includedir) -+inst_libdir:=$(DESTDIR)$(inst_libdir) -+inst_docdir:=$(DESTDIR)$(inst_docdir) - - # The Mingw headers are installed under a subdirectory of - # $(tooldir)/include when configuring in Cygwin. -@@ -199,6 +199,7 @@ - all_dlls_host: $(DLLS) - - install_dlls_host: -+ $(mkinstalldirs) $(inst_bindir) - for i in $(DLLS); do \ - $(INSTALL_PROGRAM) $$i $(inst_bindir)/$$i ; \ - done -@@ -401,12 +401,14 @@ - $(mkinstalldirs) $(inst_docdir) - - install: all install-dirs $(install_dlls_host) -+ $(mkinstalldirs) $(inst_libdir) - for i in $(LIBS); do \ - $(INSTALL_DATA) $$i $(inst_libdir)/$$i ; \ - done - for i in $(CRT0S); do \ - $(INSTALL_DATA) $$i $(inst_libdir)/$$i ; \ - done -+ $(mkinstalldirs) $(inst_docdir) - for i in $(INSTDOCS); do \ - $(INSTALL_DATA) $(srcdir)/$$i $(inst_docdir)/$$i ; \ - done diff --git a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild deleted file mode 100644 index ddb9a3997c45..000000000000 --- a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild +++ /dev/null @@ -1,78 +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/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.8 2007/06/24 18:00:21 peper Exp $ - -# This version does not work as the configure script expects the installed -# cross-compiler to be able to link binaries ... except we haven't provided -# any of the crt objects yet so it is impossible to link binaries. -# Older mingw-runtime packages hacked around the issue, but this version seems -# to have dropped said hack thus breaking the package. - -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="" -IUSE="" -RESTRICT="strip" - -DEPEND="" - -is_crosscompile() { - [[ ${CHOST} != ${CTARGET} ]] -} -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}" - sed -i \ - -e "/W32API_INCLUDE/s:=.*:='-I /usr/${CTARGET}/usr/include':" \ - $(find -name configure) || die - epatch "${FILESDIR}"/${PN}-3.9-DESTDIR.patch -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf --host=${CTARGET} || die - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - local insdir - is_crosscompile \ - && insdir=${D}/usr/${CTARGET} \ - || insdir=${D} - emake install DESTDIR="${insdir}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip - rm -rf "${insdir}"/usr/doc - dodoc CONTRIBUTORS ChangeLog README TODO readme.txt - fi - is_crosscompile && dosym usr /usr/${CTARGET}/mingw -} diff --git a/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild deleted file mode 100644 index 0c95c912ac76..000000000000 --- a/dev-util/mingw-runtime/mingw-runtime-3.11.ebuild +++ /dev/null @@ -1,78 +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/mingw-runtime/mingw-runtime-3.11.ebuild,v 1.2 2007/06/24 18:00:21 peper Exp $ - -# This version does not work as the configure script expects the installed -# cross-compiler to be able to link binaries ... except we haven't provided -# any of the crt objects yet so it is impossible to link binaries. -# Older mingw-runtime packages hacked around the issue, but this version seems -# to have dropped said hack thus breaking the package. - -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="" -IUSE="" -RESTRICT="strip" - -DEPEND="" - -is_crosscompile() { - [[ ${CHOST} != ${CTARGET} ]] -} -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}" - sed -i \ - -e "/W32API_INCLUDE/s:=.*:='-I /usr/${CTARGET}/usr/include':" \ - $(find -name configure) || die - epatch "${FILESDIR}"/${PN}-3.9-DESTDIR.patch -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf --host=${CTARGET} || die - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - local insdir - is_crosscompile \ - && insdir=${D}/usr/${CTARGET} \ - || insdir=${D} - emake install DESTDIR="${insdir}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip - rm -rf "${insdir}"/usr/doc - dodoc CONTRIBUTORS ChangeLog README TODO readme.txt - fi - is_crosscompile && dosym usr /usr/${CTARGET}/mingw -} diff --git a/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild deleted file mode 100644 index 11276e72692d..000000000000 --- a/dev-util/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild +++ /dev/null @@ -1,81 +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/mingw-runtime/mingw-runtime-3.11_p20061202.ebuild,v 1.3 2007/06/24 18:00:21 peper Exp $ - -# This version does not work as the configure script expects the installed -# cross-compiler to be able to link binaries ... except we haven't provided -# any of the crt objects yet so it is impossible to link binaries. -# Older mingw-runtime packages hacked around the issue, but this version seems -# to have dropped said hack thus breaking the package. - -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/${PN}-${PV/_p/-}-1-src.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" -RESTRICT="strip" - -DEPEND="" - -S=${WORKDIR}/${PN}-${PV%_p*} - -is_crosscompile() { - [[ ${CHOST} != ${CTARGET} ]] -} -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}" - sed -i \ - -e "/W32API_INCLUDE/s:=.*:='-I /usr/${CTARGET}/usr/include':" \ - $(find -name configure) || die - epatch "${FILESDIR}"/${PN}-3.11-include.patch #166933 - epatch "${FILESDIR}"/${PN}-3.9-DESTDIR.patch -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf --host=${CTARGET} || die - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - local insdir - is_crosscompile \ - && insdir=${D}/usr/${CTARGET} \ - || insdir=${D} - emake install DESTDIR="${insdir}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip - rm -rf "${insdir}"/usr/doc - dodoc CONTRIBUTORS ChangeLog README TODO readme.txt - fi - is_crosscompile && dosym usr /usr/${CTARGET}/mingw -} diff --git a/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild deleted file mode 100644 index 5ac882b2eee3..000000000000 --- a/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild +++ /dev/null @@ -1,76 +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/mingw-runtime/mingw-runtime-3.9.ebuild,v 1.7 2006/10/03 15:48:33 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="" - -is_crosscompile() { - [[ ${CHOST} != ${CTARGET} ]] -} -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}" - edos2unix \ - $(find -name configure) \ - $(find -name Makefile.in) \ - mkinstalldirs - sed -i \ - -e "/W32API_INCLUDE/s:=.*:='-I /usr/${CTARGET}/usr/include':" \ - $(find -name configure) || die - epatch "${FILESDIR}"/${P}-DESTDIR.patch -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf --host=${CTARGET} || die - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - local insdir - is_crosscompile \ - && insdir=${D}/usr/${CTARGET} \ - || insdir=${D} - emake install DESTDIR="${insdir}" || die - env -uRESTRICT CHOST=${CTARGET} prepallstrip - rm -rf "${insdir}"/usr/doc - dodoc CONTRIBUTORS ChangeLog README TODO readme.txt - fi - is_crosscompile && dosym usr /usr/${CTARGET}/mingw -} |