diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-libs/cygwin | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-libs/cygwin')
-rw-r--r-- | dev-libs/cygwin/Manifest | 5 | ||||
-rw-r--r-- | dev-libs/cygwin/cygwin-1.5.25.15.ebuild | 92 | ||||
-rw-r--r-- | dev-libs/cygwin/metadata.xml | 8 |
3 files changed, 0 insertions, 105 deletions
diff --git a/dev-libs/cygwin/Manifest b/dev-libs/cygwin/Manifest deleted file mode 100644 index 112586756a63..000000000000 --- a/dev-libs/cygwin/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST cygwin-1.5.25-15-src.tar.bz2 11486150 BLAKE2B 0fb9119396fc609dc243026a1a706a2a9ff87d34184581802d284a138e575dedce62f176cf31b02ab1bd9c1e218588b4f35e4a72cc554c95fc84af1f5f5bb47a SHA512 464553b06f74ffad464361b0bddb2eacc581abfb68f2154bba8f70334274ec63901b1f46f73cf930b05256467196e1b1ab8003215bb12ea6a42ad73fd9ac229a -DIST cygwin-1.5.25-15.tar.bz2 1427096 BLAKE2B 7a6a2a5be6eaec21660a8f4ffa3e76f5390f9893a057d2d22ff888989c2fa11137b5516d7dd9698c17a92f5296a11d2c0c5ad8f594196ee29232508d29e10641 SHA512 72f677cd9140d4f61808203a56234e47b8e3a6e18438ff2c8d47d45472d6cc671e4dc42603967e62a1b2293d4bd9d4e1d95652746f939a6d5e1f1ec2f6c96105 -DIST w32api-3.12-1.tar.bz2 1229076 BLAKE2B 1e182fc23c01fa58fb63510351a9aa76aa046dc4971a9cdf402be0100c8765323afbd207a5ba9a92e8f906bcedbbcbf1888685092554bab0238066d490009dee SHA512 739f1f71163cac83ed892dda157f25bb30e70f2c1b134df069a6ece5fb5784e4394d597b078a8a913b8b66fb0f617495aeb94ceab2f1e5a25dab712a010f3f29 -EBUILD cygwin-1.5.25.15.ebuild 2150 BLAKE2B 1c8fdf1228fd10f69e411842a7b3edd6b9cffc80666d19cc116c58fb928180348aff02d69df2743f8098d33ee91d54e7bba634d3391e733eecfe88d51d6fa397 SHA512 66c2f425a79ca563a8d202e7da740ac4c0186fd57983f17f5388e9738e7eadacfe5a5d220a90eb8cd4419e38acd93754b0fd2f45ad535abeb3863bfaf0007896 -MISC metadata.xml 257 BLAKE2B 468bd91200194cf2104205cb18f54d629954ed0d86d85a5d3e90af1942eb199d777a0ebc17d1f610f69326d3e0caa686255709f165466f5e0a675380373b30f9 SHA512 fd85d9cf15f6b7db96e4d184e32ae6f1503a5b70cb4cb1ce930ba13a1d5d4c4b24971781e95b7f3f9ead58b31760f84c368bc6fa2a793b4b5baf78259b047ff1 diff --git a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild b/dev-libs/cygwin/cygwin-1.5.25.15.ebuild deleted file mode 100644 index 433361029fd4..000000000000 --- a/dev-libs/cygwin/cygwin-1.5.25.15.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit flag-o-matic toolchain-funcs - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} -if [[ ${CTARGET} == ${CHOST} ]] ; then - if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then - export CTARGET=${CATEGORY/cross-} - fi -fi - -W32API_BIN="3.12-1" -MY_P="${PN}-${PV%.*}-${PV##*.}" -DESCRIPTION="Linux-like environment for Windows" -HOMEPAGE="http://cygwin.com/" -SRC_URI="!headers-only? ( ftp://sourceware.org/pub/cygwin/release/cygwin/${MY_P}-src.tar.bz2 ) - headers-only? ( - ftp://sourceware.org/pub/cygwin/release/w32api/w32api-${W32API_BIN}.tar.bz2 - ftp://sourceware.org/pub/cygwin/release/cygwin/${MY_P}.tar.bz2 - )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="headers-only" -RESTRICT="strip" - -DEPEND="" - -S=${WORKDIR} - -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_unpack() { - unpack ${A} - if just_headers ; then - mv usr/lib/w32api/* usr/lib/ || die - else - rm -rf ${MY_P}/etc # scrub garbage - fi -} - -src_compile() { - if just_headers ; then - return 0 - - # steps to install via src pkg - cd winsup/cygwin - econf || die - else - CHOST=${CTARGET} strip-unsupported-flags - mkdir "${WORKDIR}"/build - cd "${WORKDIR}"/build - ECONF_SOURCE=${S} \ - econf --prefix=/usr/${CTARGET}/usr || die - emake || die - fi -} - -src_install() { - if just_headers ; then - # cygwin guys do not support bootstrapping. thus the cygwin src pkg - # blows and cannot be bootstrapped. use the binaries -- the only - # thing upstream supports. - insinto /usr/${CTARGET} - doins -r * || die - return 0 - - # steps to install via src pkg - insinto /usr/${CTARGET}/usr/include - doins -r winsup/w32api/include/* || die - doins -r newlib/libc/include/* || die - dosym usr/include /usr/${CTARGET}/sys-include - cd winsup/cygwin - emake install-headers tooldir="${D}"/usr/${CTARGET}/usr || die - else - cd "${WORKDIR}"/build - emake install DESTDIR="${D}" || die - fi -} diff --git a/dev-libs/cygwin/metadata.xml b/dev-libs/cygwin/metadata.xml deleted file mode 100644 index e396f3755977..000000000000 --- a/dev-libs/cygwin/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> |