bump(sys-apps/gentoo-functions): sync with upstream

This commit is contained in:
Michael Marineau 2015-06-23 17:59:04 -04:00
parent 764037beda
commit b94ba3a8cc
11 changed files with 158 additions and 16 deletions

View File

@ -0,0 +1,10 @@
DEFINED_PHASES=install prepare
DESCRIPTION=base functions required by all gentoo systems
EAPI=5
HOMEPAGE=http://www.gentoo.org
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
LICENSE=GPL-2
SLOT=0
SRC_URI=https://github.com/gentoo/gentoo-functions/archive/0.10.tar.gz -> gentoo-functions-0.10.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92
_md5_=d8d4441ea09d40d724faca7f40a0b753

View File

@ -5,6 +5,6 @@ HOMEPAGE=http://www.gentoo.org
KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
LICENSE=GPL-2 LICENSE=GPL-2
SLOT=0 SLOT=0
SRC_URI=http://dev.gentoo.org/~williamh/dist/gentoo-functions-0.8.tar.bz2 SRC_URI=http://dev.gentoo.org/~williamh/dist/gentoo-functions-0.8.tar.bz2 prefix? ( http://dev.gentoo.org/~grobian/distfiles/consoletype-1.0.sh )
_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 _eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92
_md5_=bcf55483e8eee961a4765969914ada2a _md5_=a5a13af933a1205798ccbadcc5eccb63

View File

@ -0,0 +1,10 @@
DEFINED_PHASES=install prepare
DESCRIPTION=base functions required by all gentoo systems
EAPI=5
HOMEPAGE=http://www.gentoo.org
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
LICENSE=GPL-2
SLOT=0
SRC_URI=https://github.com/gentoo/gentoo-functions/archive/0.9.tar.gz -> gentoo-functions-0.9.tar.gz
_eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92
_md5_=8cf74f0dc4312b0964a818dfb4238c6f

View File

@ -1,9 +1,9 @@
DEFINED_PHASES=prepare unpack DEFINED_PHASES=install prepare unpack
DEPEND=>=dev-vcs/git-1.8.2.1 DEPEND=>=dev-vcs/git-1.8.2.1
DESCRIPTION=base functions required by all gentoo systems DESCRIPTION=base functions required by all gentoo systems
EAPI=5 EAPI=5
HOMEPAGE=http://www.gentoo.org HOMEPAGE=http://www.gentoo.org
LICENSE=GPL-2 LICENSE=GPL-2
SLOT=0 SLOT=0
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de git-r3 3a2bd0ae504c33a50061885480f3def3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92 _eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c263990f1b677b0f0be0a3299f179762 git-r3 3a2bd0ae504c33a50061885480f3def3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs c961250d50160cd37d6b7fd9e8429c92
_md5_=713a4b73c4c44a0ca5965aefe0a2cf85 _md5_=2c53b4aa9933a49f34aa02580ebb788d

View File

@ -1,6 +1,28 @@
# ChangeLog for sys-apps/gentoo-functions # ChangeLog for sys-apps/gentoo-functions
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.26 2015/01/05 09:49:11 heroxbd Exp $ # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.31 2015/05/26 06:21:05 vapier Exp $
26 May 2015; Mike Frysinger <vapier@gentoo.org> gentoo-functions-0.10.ebuild,
gentoo-functions-9999.ebuild:
Build with LFS flags #471102.
*gentoo-functions-0.10 (12 May 2015)
12 May 2015; William Hubbs <williamh@gentoo.org>
+gentoo-functions-0.10.ebuild, gentoo-functions-9999.ebuild:
version bump
18 Mar 2015; Paul Varner <fuzzyray@gentoo.org> gentoo-functions-0.9.ebuild,
gentoo-functions-9999.ebuild:
Fix ebuilds to install files to prefix filesystem. (Bug 543710)
*gentoo-functions-0.9 (17 Mar 2015)
17 Mar 2015; William Hubbs <williamh@gentoo.org> +gentoo-functions-0.9.ebuild:
version bump
28 Feb 2015; Fabian Groffen <grobian@gentoo.org> gentoo-functions-0.8.ebuild:
Fix compilation/installation on at least Solaris
05 Jan 2015; Benda Xu <heroxbd@gentoo.org> gentoo-functions-0.8.ebuild: 05 Jan 2015; Benda Xu <heroxbd@gentoo.org> gentoo-functions-0.8.ebuild:
Prefix support, bug 533980. Prefix support, bug 533980.

View File

@ -1,7 +1,34 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
DIST consoletype-1.0.sh 616 SHA256 b6f837be496024941b81402e6c11300eb4a53987368c5c6d9afb5fd8b1c34d28 SHA512 ab6edd0035ad2ac855bc7b94679a78aad63f647b906dfda39a9844b676e6cdfc872fd1fc897f6158a5709906905a4da5ce8b4665f9e2bc0bcd1e88bb9ecace07 WHIRLPOOL b2d5f13e7411d8e6b5c4dae875041a95bed3ed7b20e765971b86fd16b1a970e8ad10288683d2efa530ef8568c6c58a07f9fc5a4a1b6b00ee6ed731da90e472ed
DIST gentoo-functions-0.10.tar.gz 11432 SHA256 709c8b22f404001a512e47a7a4d3192070b3e150fb9d0f943de09736d665b0db SHA512 2622cede032089c7b8a2dec576e848852f9964e0198ab161f0ff5c426c542d0849bd3d30a40c296805bfec90b533c419df43c7975ed85678471483c827ca4cdb WHIRLPOOL 6559c62083eca8a016f005d1003c8a0b6e2c89836c130cec9e0a40575e1604039f669313547c63f6cf84f1a40cdd7249d227c6f0b57f282764df8d20ef239051
DIST gentoo-functions-0.7.tar.bz2 10656 SHA256 0034ff7a65deb8df902683deb1662ce561b7f76ff8561b4ada46cfb18effc7f3 SHA512 7b7c779daeaa37476be488123222af591b357ce1071d8a68694797ce35c8f9c1492da55e4d3059443eb20e08cc7d88eee0e1914efa2b322628c3660c277f7a64 WHIRLPOOL 4b50d0cf0e355d267c2cb6db18211a8d48f48a248190e38227449ef01e39b3968b10a4276ca22b43af9d40706b804730ac81e6ba83efbfcc426a6781dd007cc1 DIST gentoo-functions-0.7.tar.bz2 10656 SHA256 0034ff7a65deb8df902683deb1662ce561b7f76ff8561b4ada46cfb18effc7f3 SHA512 7b7c779daeaa37476be488123222af591b357ce1071d8a68694797ce35c8f9c1492da55e4d3059443eb20e08cc7d88eee0e1914efa2b322628c3660c277f7a64 WHIRLPOOL 4b50d0cf0e355d267c2cb6db18211a8d48f48a248190e38227449ef01e39b3968b10a4276ca22b43af9d40706b804730ac81e6ba83efbfcc426a6781dd007cc1
DIST gentoo-functions-0.8.tar.bz2 10647 SHA256 89dc0a3289a2e3312efb560e904add13ececdd5eb554151cb30d0b96f1bd8116 SHA512 34f04f5e7ecd888197b6486c131c346a84a6937501f68a54481ec3caacaee86e54345a6c34364a5953c55b1d4aeb4ca2173b70864cdd7b81e74964352132b322 WHIRLPOOL 6ba223987953fa1dd80b79590c5f72ab8b5d0eca47cc1df23559e295f03faa369a372e5c27ed47d19d605dfe072c22c7702f3d4443a8ea2489d25092274670f3 DIST gentoo-functions-0.8.tar.bz2 10647 SHA256 89dc0a3289a2e3312efb560e904add13ececdd5eb554151cb30d0b96f1bd8116 SHA512 34f04f5e7ecd888197b6486c131c346a84a6937501f68a54481ec3caacaee86e54345a6c34364a5953c55b1d4aeb4ca2173b70864cdd7b81e74964352132b322 WHIRLPOOL 6ba223987953fa1dd80b79590c5f72ab8b5d0eca47cc1df23559e295f03faa369a372e5c27ed47d19d605dfe072c22c7702f3d4443a8ea2489d25092274670f3
DIST gentoo-functions-0.9.tar.gz 11439 SHA256 63e51e0288c82912e51c490512c695a2d77b86a3a7e02180e313d19978ba4a2c SHA512 c8b99448f6a295597e135803cd903e81fb3886de9dff725137a341cd667575e5269d3e0369ad3d19cd448ba0716e48b12752462f310f5e8c54e132777ceb684f WHIRLPOOL aa30d196161bec7c1a7bed89dda6faf56d5c7a7fe555ae8ded93a61d9b74551a6db81e696b28e2c7694c8ee2cf58758197d1616e4db31e5bfdc195ac43f70bf5
EBUILD gentoo-functions-0.10.ebuild 1055 SHA256 f5afc9bffb8fd166d2bebd0c4b9517b8d7363bfb695b98b4dba3c93c838b1479 SHA512 c9f98213383395dc3124828eab413f517d3bda21105b42239737bc163c31ee40d8d70f04dfb29c14e943a362633cc707a049793554b88e6162d33c842d7c3ceb WHIRLPOOL c3cc1dadd89be1863088166ee8ebaedeccad8f3d83cc6d849ac90a9d356d9a9af49f5d9652ea7a1248cf8256598518b51686a7390cc0a4a1b737fe1b91c6c1fd
EBUILD gentoo-functions-0.7.ebuild 946 SHA256 f83d2e9cd001d96b56330d0125888a8cc76b5d1f7fc1163f42fb85f17c478abe SHA512 349b225bee120f5f24c409f2e12657ff98244b9ecd03ace488c1dc9a9cd0e2329dfc55426f66ac9ab57561787c0ed9c0a6465bc04248341fe195a501ce29cc2b WHIRLPOOL 4401cee3bc89d9eabde6868ec28b2a30eaae98b49c6c2b807c0b3d6b3a7a9253ef0f5038d0bc65182dcefef84d43c6fb2710e02c7abf6f2c2a77cfc6f76ae7fc EBUILD gentoo-functions-0.7.ebuild 946 SHA256 f83d2e9cd001d96b56330d0125888a8cc76b5d1f7fc1163f42fb85f17c478abe SHA512 349b225bee120f5f24c409f2e12657ff98244b9ecd03ace488c1dc9a9cd0e2329dfc55426f66ac9ab57561787c0ed9c0a6465bc04248341fe195a501ce29cc2b WHIRLPOOL 4401cee3bc89d9eabde6868ec28b2a30eaae98b49c6c2b807c0b3d6b3a7a9253ef0f5038d0bc65182dcefef84d43c6fb2710e02c7abf6f2c2a77cfc6f76ae7fc
EBUILD gentoo-functions-0.8.ebuild 993 SHA256 a5cf83992bc468e2efd98ea62d3f98cf95aff4282de717e53773a44ed2cfd8fd SHA512 8eb8e2cd69b8c152c2604d6db7f50052680bf3902abeba1689cab6d07fcea43466b89fbf7079b933bfe85a1d0d14363a5fa53e8118f3cf38e0ea1aebf038b72a WHIRLPOOL 40d71499cce7e04d3775acac9f6f8310886c4bdceb84ada3b5f9cb6857503dcba5ff2d78b071f1af20cc8fa2c698d59585ad9cd34563a841f8d22b09f0f2cb8d EBUILD gentoo-functions-0.8.ebuild 1192 SHA256 37f33ba5f2c0d5db828da1a324a66615987ba2f876a54c90a9bb1083e9af79d6 SHA512 5d3fdd74d4787f0d8cacf5ea324191cd5ef0a95554b2002385c8d74a3c1450adea44144537bc520db70f9f0d4a7822d691238808425456dd577b1b85a88e9a3b WHIRLPOOL 74b80891f4eb84169f0d87cd6fb005a17ecebca4de5b944ec9e572c3629d84a4b7e9d849d2ed83f285d46294c2a9bd58046ea9179050fdbe6103d4aa2acf2b03
EBUILD gentoo-functions-9999.ebuild 958 SHA256 49ba0985090f0600c37432cc49463f8adae044091e6f38d9e4eb5554642a469d SHA512 f7aff0d51a9254cb8a6de359712a80e1cd8550a775bf0180f310177081202e32b99d0d554c216b5e5a32f7c28fcf507214b1dc75d1869a09a1f68d6befdb6efa WHIRLPOOL 7f56f81b43763992f419047a24281058ad5196181d910dc46dd43d5b6795808f09077b27702f3009f614f8d1c6fdb2c7ed094b18a09750c9d19b1c2b0cf0d9fe EBUILD gentoo-functions-0.9.ebuild 1025 SHA256 8ce9501feb8301e431123ff775fbe57ba8041b0a6bc4a226e5cc2aab49add2fb SHA512 2bc482faf855caabd6084b36f69c3e861cf85c6d8e8202bb8362e85b005f031a49607e0a5a5374705d2ed9ea6f4ebf1bf11c66909ec85f6464ba5da230098639 WHIRLPOOL 02ef1b89bc4fa40560cd587a90f1795516a0ab8f14d72ccb5aa4f06ad9cc7f5c484a1cc6007637a0a696c02cd02f93a7f1eec3ff0960e64e33a5a167ac6be1db
MISC ChangeLog 4193 SHA256 9770e4b9dbcbe9ef7909425d415c476496fe52b6da7fb59cc3f5c35a07444fda SHA512 31bf07c2952bc6246e5546e99200722ab868af100b0b2c29b695168665f6da435585366fd548ecc178e742455b75143fe792ade5cd5f2f2a78b956ddada2d925 WHIRLPOOL 797eef6e7e76d80fa4b743b32d88b5f37cb23fd291f8762cf1ae89fd762f5626623018aaeb3dc5c45ebef2229a3886bef413bc11d4b2058e760a907af504c835 EBUILD gentoo-functions-9999.ebuild 1055 SHA256 f00f4612d2074ae2d6456c68056081fd7cd8866f236d4b0cc3f7f31a3f7369e5 SHA512 44d7a60a9e30cb9d3e2fbe68e4ff51d86839dd9f081bba7da5314d0682958994d89e0fdfbce598870591f2b5763f8a03f860cd36b7fdcf4a242a70e781e5cc48 WHIRLPOOL c802381755e9c6f6ba5ef16449c70e17fe984259270b6379363e640ee97a4d4a6d50b39e9a08c5f022e6f71ea6a27eba1621a4dfd460f8b4203a00753e1f0053
MISC metadata.xml 497 SHA256 dc476822c150eee2ffccb4e6c5295fa3207b9006c275c428c26589378e6a709e SHA512 a8a463caa1b0295a30a794308bb107957df0990520b51d5212dcf6d2a80aaea373a2265e8378569f1db5bd3b96f83f49f187a26839dd4a2e5d47ed2e51418449 WHIRLPOOL 811f2249a8e4b35a16e00fde4265e1d5e6f528a5d573e7a435136ce470c7b68941f0dc669b6569496eb79a887ec86041beafbe627fb271daadb253dbfeb9b59b MISC ChangeLog 4948 SHA256 9ba2ed5041624666d711154da90bc9dcdf4ca60b126e7e5de782c1c1d8046785 SHA512 0e191cf655490ef14363fd043018d3ef5423cb9a35f4fb8aa9ba44f70305dd91f2622a24f31e7fd33c1d674b48277ce9a7d3ceaa24df12f2ee8d84e5296d0d65 WHIRLPOOL b3da246a227711f71fce22e8f49e3e7deaa1156860b2cc8dca89550ea60cddfb8d7326677f419c71e7603b12fc3a5d8a52f854c31883bffe4652a3aa24d3cc36
MISC metadata.xml 585 SHA256 0fee7ac74c86580d918f52c5f5154bcc63ff58e6735a4bea5706715242c378e7 SHA512 922982cfe13930bb051d3940fd0ee0a7dda2e3238cf6224e83ce2dcfb3070d2306dfa569976631777510386bf2ce52d14b884eb376f5fcd4e141cc64423af92e WHIRLPOOL 265e9fac8ac74cebed0e21e3f162d40fd027bbd20345f996d7dbec879aa9df466d6bb154fdef52248638cb072fea6e90e48dbc81305e18135df5a5275e4211f9
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0
iQJ8BAEBCgBmBQJVfyNqXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0QUU0N0I4NzFERUI0MTJFN0EyODE0NUFF
OTQwMkE3OUIwMzUyOUEyAAoJEOlAKnmwNSmi7xkP/jOrt5xBo1e468joqg7pboR4
Eohc06TO2mUiFV1gdQ4gUQcJwO5f3yP+ylZUdyemt7V2n9l7esBggKHbFUA7ods6
rEG4+0dMYLstUnA/vUWsUMjGRqWwVEk5Q1ULqBoAKUA7yOm1szK3naU6RUNlnEnq
lp8O/b/Vr8xxwhk7bbxw9Ni58n3b2ygRnJnGPzN2ce58bxnvaUCPyXqnMarrHEDd
KgHA1HssLVr9IU7eUtaBpzKDED1q85TShuvTCozNPbMvT6c/IERFtTqtlJcuJ+x9
zmMXp3v+elRSq0pBZe6Rfj7GTExhd+QHsdP1gRqsXUHiX8Q0JKIsGLXQlLc/7E63
nXKJjabHNiq1HxGKHTgCx74+9HK6Iw9ooFFSDqbAvaeRMchQMmvxCINUa6FhT4nQ
sim4ajSxjFcqE0ufIzvwSIFuvyWre5JK735rWVeOBgPzUZhOnAoipy5khN5ZkiXT
cBBSV2Xos7SfOMnNhlcCl9J7oh82KM5B4DgbkDyAlDk6/gk5YqkbMdtMxdLo0te1
XW9ZxLBWyFn+mGJKbB1Eanm883siJeQuD1n2x7lYJkjEFUKqEHqtsTEZ+xQGbCVk
nkerpeHPKVMBYwEhhAqdRE8W2Z1gqa9eUWlWnw3GtByYBESOfWYRHvBdFIHwct5g
G7Kl+VSVVDEQAIuGb3IR
=6JEf
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,31 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v 1.2 2015/05/26 06:21:05 vapier Exp $
EAPI=5
if [[ ${PV} = 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
fi
inherit toolchain-funcs flag-o-matic
DESCRIPTION="base functions required by all gentoo systems"
HOMEPAGE="http://www.gentoo.org"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
src_prepare() {
tc-export CC
append-lfs-flags
}
src_install() {
emake install DESTDIR="${ED}"
}

View File

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation # Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v 1.3 2015/01/05 09:49:11 heroxbd Exp $ # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild,v 1.4 2015/02/28 13:25:17 grobian Exp $
EAPI=5 EAPI=5
@ -8,7 +8,8 @@ if [[ ${PV} = 9999* ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="git://github.com/gentoo/${PN}.git" EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
else else
SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2
prefix? ( http://dev.gentoo.org/~grobian/distfiles/consoletype-1.0.sh )"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
fi fi
@ -23,6 +24,9 @@ IUSE=""
src_prepare() { src_prepare() {
tc-export CC tc-export CC
# in prefix, use shell script, for the C-code doesn't compile
use prefix && cp "${DISTDIR}"/consoletype-1.0.sh consoletype
} }
src_install() { src_install() {

View File

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.9.ebuild,v 1.2 2015/03/18 21:42:34 fuzzyray Exp $
EAPI=5
if [[ ${PV} = 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
fi
inherit toolchain-funcs
DESCRIPTION="base functions required by all gentoo systems"
HOMEPAGE="http://www.gentoo.org"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
src_prepare() {
tc-export CC
}
src_install() {
emake install DESTDIR="${ED}"
}

View File

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation # Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v 1.4 2014/07/06 21:24:10 williamh Exp $ # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v 1.7 2015/05/26 06:21:05 vapier Exp $
EAPI=5 EAPI=5
@ -8,11 +8,11 @@ if [[ ${PV} = 9999* ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="git://github.com/gentoo/${PN}.git" EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
else else
SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
fi fi
inherit toolchain-funcs inherit toolchain-funcs flag-o-matic
DESCRIPTION="base functions required by all gentoo systems" DESCRIPTION="base functions required by all gentoo systems"
HOMEPAGE="http://www.gentoo.org" HOMEPAGE="http://www.gentoo.org"
@ -23,4 +23,9 @@ IUSE=""
src_prepare() { src_prepare() {
tc-export CC tc-export CC
append-lfs-flags
}
src_install() {
emake install DESTDIR="${ED}"
} }

View File

@ -14,4 +14,7 @@
This package contains base shell functions which are required by This package contains base shell functions which are required by
all Gentoo systems. all Gentoo systems.
</longdescription> </longdescription>
<upstream>
<remote-id type="github">gentoo/gentoo-functions</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>