diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /dev-util/w32api | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'dev-util/w32api')
-rw-r--r-- | dev-util/w32api/Manifest | 5 | ||||
-rw-r--r-- | dev-util/w32api/metadata.xml | 11 | ||||
-rw-r--r-- | dev-util/w32api/w32api-3.17.2.ebuild | 64 | ||||
-rw-r--r-- | dev-util/w32api/w32api-4.0.3.1.ebuild | 66 |
4 files changed, 0 insertions, 146 deletions
diff --git a/dev-util/w32api/Manifest b/dev-util/w32api/Manifest deleted file mode 100644 index feaa1d83a0af..000000000000 --- a/dev-util/w32api/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST w32api-3.17-2-mingw32-src.tar.lzma 965844 BLAKE2B 9dec25676f57dd7886f83871fee2186e3f9750eba620492aa43e7eeb58e402506c7d30bbd71c26c59c0d2c97b2aff25ffade00df8a3cc7b8835b803da8172045 SHA512 4fc8f319ab895366fb3757713e2724f8f4c90593687f1ccfdbfa6a52881ddc430167326e782117ae937c7e456e029132b971c3a041889bcfb876a84741475a1f -DIST w32api-4.0.3-1-mingw32-src.tar.lzma 1341804 BLAKE2B cd7811b1291775926b15128b5c5f126ab09b9f7e824d7cf24210473c09563cfc06b3aaea40459502869e4df45d2b5af311b8d14b2bdaf793be483a5c80571fe7 SHA512 9295b7e803b1551dfefbf527e98fa315d60c70f6b63b4565942f7bc3d6032483d5ec4f76265b376fc6776c5ecfd1ad47fd912764c390b0b6917b1ad382250977 -EBUILD w32api-3.17.2.ebuild 1448 BLAKE2B c931c7ece14bc00cba7880d4544e79e7d57070b898e10b304c73ad2145feba72c9b10030e57d1e857db296f2ad64625341e5bc7013acd6b929b17599f87b52d8 SHA512 414133b6cbabb6765abd2b561af85cf2f8113a90679555a9f1ff31fa83b1fcff43763337e071914106f4400470f119b191a0ed09ca439b26e4c298fe4a740676 -EBUILD w32api-4.0.3.1.ebuild 1548 BLAKE2B 1a10faa217b01c79c95674cf99ce2cde5c73e5e3f72483c2c68a0f69e415df993d1d2392d44d8026b30f2fe151e22dd4a3f77f3d6ec013cc1256ee7df8590b74 SHA512 c2766ac499194dd2c1c1ece9f8c8a238b6425a340bad289ff8c12cf7d4c032960f14a62c742d9c0293857c6d4ea09f4575dbf028037af16fc1564b2593bd2c83 -MISC metadata.xml 336 BLAKE2B f5b695f0c70efe0aef9843aab32d906407185d04d70d0ca5dc63872ec3f30d08454f4c706ade2f5d6191ac39cb0c3252349f03a50cf9c1726562361634e7d928 SHA512 c15c4f7fe2796147558f99a89942b216159b291e18dfb02358f0985fef55e7ce166dbd0831ef24938a5bc76377634036932e0ce1526d01c2b07be35cac17cbf9 diff --git a/dev-util/w32api/metadata.xml b/dev-util/w32api/metadata.xml deleted file mode 100644 index 6c377f90be9b..000000000000 --- a/dev-util/w32api/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>toolchain@gentoo.org</email> - <name>Gentoo Toolchain Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">mingw</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-util/w32api/w32api-3.17.2.ebuild b/dev-util/w32api/w32api-3.17.2.ebuild deleted file mode 100644 index 61232887fb74..000000000000 --- a/dev-util/w32api/w32api-3.17.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} -if [[ ${CTARGET} == ${CHOST} ]] ; then - if [[ ${CATEGORY} == cross-* ]] ; then - export CTARGET=${CATEGORY#cross-} - fi -fi - -inherit eutils flag-o-matic - -MY_P="${P:0:${#P}-2}-${PV:0-1}-mingw32" -DESCRIPTION="Free Win32 runtime and import library definitions" -HOMEPAGE="http://www.mingw.org/" -# https://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/ -SRC_URI="mirror://sourceforge/mingw/${MY_P}-src.tar.lzma" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="headers-only" -RESTRICT="strip" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -S=${WORKDIR}/${MY_P} - -just_headers() { - use headers-only && [[ ${CHOST} != ${CTARGET} ]] -} - -pkg_setup() { - if [[ ${CBUILD} == ${CHOST} ]] && [[ ${CHOST} == ${CTARGET} ]] ; then - die "Invalid configuration; do not emerge this directly" - fi -} - -src_compile() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - econf \ - --host=${CTARGET} \ - --prefix=/usr/${CTARGET}/usr - emake || die -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* || die - else - emake install DESTDIR="${D}" || die - dodoc CONTRIBUTIONS ChangeLog README.w32api TODO - - # Make sure diff cross-compilers don't collide #414075 - mv "${D}"/usr/share/doc/{${PF},${CTARGET}-${PF}} || die - fi -} diff --git a/dev-util/w32api/w32api-4.0.3.1.ebuild b/dev-util/w32api/w32api-4.0.3.1.ebuild deleted file mode 100644 index b3d1c3c93af2..000000000000 --- a/dev-util/w32api/w32api-4.0.3.1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} -if [[ ${CTARGET} == ${CHOST} ]] ; then - if [[ ${CATEGORY} == cross-* ]] ; then - export CTARGET=${CATEGORY#cross-} - fi -fi - -inherit eutils flag-o-matic toolchain-funcs - -MY_P="${P:0:${#P}-2}-${PV:0-1}-mingw32" -DESCRIPTION="Free Win32 runtime and import library definitions" -HOMEPAGE="http://www.mingw.org/" -# https://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/ -SRC_URI="mirror://sourceforge/mingw/${MY_P}-src.tar.lzma" - -LICENSE="BSD" -SLOT="0" -# Collides with mingw-runtime-4.x -#KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="headers-only" -RESTRICT="strip" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -S=${WORKDIR}/${MY_P/-m/.m}-src - -just_headers() { - use headers-only && [[ ${CHOST} != ${CTARGET} ]] -} - -pkg_setup() { - if [[ ${CBUILD} == ${CHOST} ]] && [[ ${CHOST} == ${CTARGET} ]] ; then - die "Invalid configuration; do not emerge this directly" - fi -} - -src_configure() { - just_headers && return 0 - - CHOST=${CTARGET} strip-unsupported-flags - filter-flags -frecord-gcc-switches - tc-export AR - econf \ - --host=${CTARGET} \ - --prefix=/usr/${CTARGET}/usr \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" -} - -src_install() { - if just_headers ; then - insinto /usr/${CTARGET}/usr/include - doins -r include/* - else - emake -j1 install DESTDIR="${D}" - - # Make sure diff cross-compilers don't collide #414075 - mv "${D}"/usr/share/doc/{${PF},${CTARGET}-${PF}} || die - fi -} |