public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/
Date: Mon,  2 May 2016 10:46:26 +0000 (UTC)	[thread overview]
Message-ID: <1462185105.a15037b85d09ab1f440ff997beca4136e7d75342.monsieurp@gentoo> (raw)

commit:     a15037b85d09ab1f440ff997beca4136e7d75342
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 10:31:21 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May  2 10:31:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15037b8

sys-apps/gentoo-functions: Add back stable gentoo-functions-0.8.ebuild.

Since commit ca1af4526d676d5162292af3ad9d6db4f84a8083 broke the tree due to a
couple of packages relying on gentoo-functions for exotic arches, add back 0.8
till 0.10 is stabilised across all arches to mend the breakage.

Package-Manager: portage-2.2.26

 sys-apps/gentoo-functions/Manifest                 |  2 ++
 .../gentoo-functions/gentoo-functions-0.8.ebuild   | 34 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest
index 3a1aea6..39f521a 100644
--- a/sys-apps/gentoo-functions/Manifest
+++ b/sys-apps/gentoo-functions/Manifest
@@ -1 +1,3 @@
+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.8.tar.bz2 10647 SHA256 89dc0a3289a2e3312efb560e904add13ececdd5eb554151cb30d0b96f1bd8116 SHA512 34f04f5e7ecd888197b6486c131c346a84a6937501f68a54481ec3caacaee86e54345a6c34364a5953c55b1d4aeb4ca2173b70864cdd7b81e74964352132b322 WHIRLPOOL 6ba223987953fa1dd80b79590c5f72ab8b5d0eca47cc1df23559e295f03faa369a372e5c27ed47d19d605dfe072c22c7702f3d4443a8ea2489d25092274670f3

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
new file mode 100644
index 0000000..272a37c
--- /dev/null
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} = 9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
+else
+	SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2
+	prefix? ( https://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"
+fi
+
+inherit toolchain-funcs
+
+DESCRIPTION="base functions required by all gentoo systems"
+HOMEPAGE="https://www.gentoo.org"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+src_prepare() {
+	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() {
+	emake install DESTDIR="${ED}"
+}


             reply	other threads:[~2016-05-02 10:46 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-02 10:46 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:28 [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/ Sam James
2024-08-11 10:26 Sam James
2024-08-11 10:26 Sam James
2024-08-11 10:26 Sam James
2024-08-05 20:42 Sam James
2024-08-05  2:16 Sam James
2024-08-05  2:05 Sam James
2024-06-25  4:10 Sam James
2024-05-24  6:06 Sam James
2024-05-18 16:08 Sam James
2024-05-18 15:35 Sam James
2024-05-18 15:35 Sam James
2024-05-18 15:35 Sam James
2024-05-15 10:31 Sam James
2024-05-14  0:20 Sam James
2023-10-12  9:47 Sam James
2023-08-24 20:48 Sam James
2023-08-24 20:48 Sam James
2023-08-24 14:56 William Hubbs
2023-08-23 21:53 William Hubbs
2023-06-09 11:18 Sam James
2023-06-01  4:21 Sam James
2023-06-01  3:34 Sam James
2023-06-01  3:34 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:29 Sam James
2023-06-01  3:29 Sam James
2023-02-07 23:55 Sam James
2023-02-07 23:55 Sam James
2023-02-06  4:50 Sam James
2023-02-06  4:33 Sam James
2022-09-23  2:09 Sam James
2022-09-16 17:01 Arthur Zamarin
2022-09-16 10:37 Arthur Zamarin
2022-09-14 19:39 Arthur Zamarin
2022-09-07  1:50 Sam James
2022-09-06 21:44 Jakov Smolić
2022-09-06 21:41 Sam James
2022-09-06 21:41 Sam James
2022-09-06 21:37 Sam James
2022-07-29  2:18 Sam James
2022-07-29  2:08 Sam James
2022-02-24 15:02 Sam James
2022-02-19  9:40 Arthur Zamarin
2022-02-19  9:35 Arthur Zamarin
2022-02-19  3:02 Sam James
2022-02-19  2:36 Sam James
2022-02-19  2:36 Sam James
2022-02-19  2:28 Sam James
2022-02-19  2:24 Sam James
2021-08-30 21:18 Mike Gilbert
2021-05-15 22:15 David Seifert
2021-05-15 19:14 Sergei Trofimovich
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 21:17 Sam James
2021-05-13 21:17 Sam James
2021-05-13 21:16 Sam James
2021-05-13 21:15 Sam James
2021-05-13 21:15 Sam James
2021-05-13 21:15 Sam James
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-11-19 18:26 Mike Gilbert
2020-09-18 10:30 Lars Wendler
2020-09-03 23:57 Sam James
2020-08-29 14:48 Thomas Deutschmann
2020-08-27 18:22 Sergei Trofimovich
2020-08-25 17:48 Sergei Trofimovich
2020-08-23  6:49 Sam James
2020-08-22  5:43 Agostino Sarubbo
2020-08-21 18:20 Agostino Sarubbo
2020-02-08 14:18 David Seifert
2020-01-26 23:33 Mike Gilbert
2020-01-26 23:33 Mike Gilbert
2019-05-04 14:46 Mikle Kolyada
2018-01-09 23:12 Mike Frysinger
2017-10-13 14:49 Mart Raudsepp
2017-10-03 20:45 Andreas Hüttel
2017-09-10 19:47 Sergei Trofimovich
2017-08-31  1:15 Matt Turner
2017-08-31  1:15 Matt Turner
2017-08-31  1:15 Matt Turner
2017-08-29 21:39 Thomas Deutschmann
2017-08-28  4:42 Markus Meier
2017-08-25 13:45 Mikle Kolyada
2017-08-22 21:06 Sergei Trofimovich
2017-05-18 19:34 Mike Gilbert
2016-11-10  5:00 Mike Frysinger
2016-05-04 21:55 Mike Frysinger
2016-05-03 14:11 William Hubbs
2016-05-03 14:11 William Hubbs
2016-05-01 21:20 William Hubbs
2016-02-29  8:46 Stephen Klimaszewski
2015-09-06 13:25 Agostino Sarubbo
2015-08-16  7:49 Jeroen Roovers
2015-08-12  5:01 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1462185105.a15037b85d09ab1f440ff997beca4136e7d75342.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox