public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/darkside:master commit in: dev-util/catalyst/
Date: Mon, 21 Nov 2011 20:17:23 +0000 (UTC)	[thread overview]
Message-ID: <38adac05b7d2b4aa51ece5c7200131566ead0846.darkside@gentoo> (raw)

commit:     38adac05b7d2b4aa51ece5c7200131566ead0846
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 17:27:27 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 17:27:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/darkside.git;a=commit;h=38adac05

[dev-util/catalyst] Version bump from gx86

---
 dev-util/catalyst/Manifest                |    2 +
 dev-util/catalyst/catalyst-2.0.7.1.ebuild |   57 +++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index bb2099b..55a730d 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -1,3 +1,5 @@
 AUX 0001-generic_stage_target.py-stupify-the-LockDir-call.patch 1512 RMD160 219572f242e29eeae6f5a5d115ca80680453141b SHA1 41bd132d4c62b6a31fb4114c901dac8a00b2a9e2 SHA256 9de2cc4861feb0526e5c20633c901a2d376169b50fb8a422c17a599494d39800
 DIST catalyst-2.0.6.918.tar.bz2 824436 RMD160 95a1417972bcf32f51d574aa1c1178dc26d648e8 SHA1 09999720c779da7bb5f7ecbd76e079a22a908643 SHA256 620183ccc27c406225abbf9bc5420e65ecbb95ab9f73fa357fda6b373eab951c
+DIST catalyst-2.0.7.1.tar.bz2 901524 RMD160 b862f149b2faf60367d2458546aed706cbf8119a SHA1 89724af0818266e3790f9ed262f4316148902cc0 SHA256 77998b27cd8136c03380c1fdb271c69eae72891fe8177f0bf95b64c9f5fe82d6
 EBUILD catalyst-2.0.6.918.ebuild 1672 RMD160 de00e49f22865e405e9e39b9b4f1662f635820c9 SHA1 cb88015d2d556be81ce924c2ceac8f0408899673 SHA256 8b550b82a063c8ef893576380af80262e2e097e87b8e65882541f2bda306e511
+EBUILD catalyst-2.0.7.1.ebuild 1673 RMD160 c99e9d79ed21b9e078290056227d5d9346c722bf SHA1 b38a21f13495d9c9d15fffe8381ea74967297520 SHA256 ea1a2b80ebb0540cabfff211dae9308fd50f4a290aea5eafa34c6fd489e8125b

diff --git a/dev-util/catalyst/catalyst-2.0.7.1.ebuild b/dev-util/catalyst/catalyst-2.0.7.1.ebuild
new file mode 100644
index 0000000..6f6c0d7
--- /dev/null
+++ b/dev-util/catalyst/catalyst-2.0.7.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.7.1.ebuild,v 1.1 2011/11/19 20:28:00 jmbsvicetto Exp $
+
+EAPI=4
+inherit eutils multilib
+
+DESCRIPTION="release metatool used for creating releases based on Gentoo Linux,
+with NFS patch"
+HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+	http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+IUSE="ccache"
+
+DEPEND="app-text/asciidoc"
+RDEPEND="dev-lang/python
+	app-crypt/shash
+	virtual/cdrtools
+	ccache? ( dev-util/ccache )
+	ia64? ( sys-fs/dosfstools )
+	kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )"
+
+src_prepare() {
+	epatch "${FILESDIR}"/0001*.patch
+}
+
+src_install() {
+	insinto /usr/$(get_libdir)/${PN}
+	exeinto /usr/$(get_libdir)/${PN}
+	doexe catalyst
+	if [[ ${PV} == 9999* ]]; then
+		doins -r modules files
+	else
+		doins -r arch modules livecd
+	fi
+	for x in targets/*; do
+		exeinto /usr/$(get_libdir)/${PN}/$x
+		doexe $x/*
+	done
+	make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
+	insinto /etc/catalyst
+	doins files/catalyst.conf files/catalystrc
+	insinto /usr/share/doc/${PF}/examples
+	doins examples/*
+	dodoc README ChangeLog AUTHORS
+	doman files/catalyst.1
+	# Here is where we actually enable ccache
+	use ccache && \
+		dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
+		/etc/catalyst/catalyst.conf
+	dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
+		/etc/catalyst/catalyst.conf
+}



             reply	other threads:[~2011-11-21 20:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-21 20:17 Jeremy Olexa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07 13:56 [gentoo-commits] dev/darkside:master commit in: dev-util/catalyst/ Jeremy Olexa
2012-01-13 17:32 Jeremy Olexa
2011-11-28 16:33 Jeremy Olexa
2011-11-28 16:28 Jeremy Olexa
2011-11-28 16:24 Jeremy Olexa
2011-09-20 15:41 Jeremy Olexa
2011-06-23 20:17 Jeremy Olexa
2011-06-08 18:04 Jeremy Olexa
2011-04-14 17:46 Jeremy Olexa
2011-04-07  3:15 Jeremy Olexa

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=38adac05b7d2b4aa51ece5c7200131566ead0846.darkside@gentoo \
    --to=darkside@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