From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: app-admin/eselect/
Date: Mon, 7 Jan 2013 21:15:26 +0000 (UTC) [thread overview]
Message-ID: <1357593268.c663f8197b09904afa49147802ea94b3c4314094.jlec@gentoo> (raw)
commit: c663f8197b09904afa49147802ea94b3c4314094
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 21:14:28 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 21:14:28 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c663f819
app-admin/eselect: Version Bump
Package-Manager: portage-2.2.0_alpha149
---
app-admin/eselect/ChangeLog | 8 +++-
app-admin/eselect/eselect-1.3.4-r100.ebuild | 73 +++++++++++++++++++++++++++
app-admin/eselect/metadata.xml | 6 +-
3 files changed, 83 insertions(+), 4 deletions(-)
diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog
index 6f71546..3b9e2fe 100644
--- a/app-admin/eselect/ChangeLog
+++ b/app-admin/eselect/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for app-admin/eselect
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.179 2011/01/22 21:38:52 ulm Exp $
+*eselect-1.3.4-r100 (07 Jan 2013)
+
+ 07 Jan 2013; Justin Lecher <jlec@gentoo.org> +eselect-1.3.4-r100.ebuild,
+ metadata.xml:
+ Version Bump
+
*eselect-1.3.3-r100 (24 Oct 2012)
24 Oct 2012; Justin Lecher <jlec@gentoo.org> -eselect-1.3.2-r1.ebuild,
diff --git a/app-admin/eselect/eselect-1.3.4-r100.ebuild b/app-admin/eselect/eselect-1.3.4-r100.ebuild
new file mode 100644
index 0000000..02d4c43
--- /dev/null
+++ b/app-admin/eselect/eselect-1.3.4-r100.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/eselect-1.3.4.ebuild,v 1.1 2013/01/06 19:10:44 ulm Exp $
+
+EAPI=4
+
+inherit autotools eutils bash-completion-r1
+
+DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
+HOMEPAGE="http://www.gentoo.org/proj/en/eselect/"
+SRC_URI="mirror://gentoo/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~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 ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="sys-apps/sed
+ || (
+ sys-apps/coreutils
+ sys-freebsd/freebsd-bin
+ app-misc/realpath
+ )"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ doc? ( dev-python/docutils )"
+RDEPEND="!app-admin/eselect-news
+ ${RDEPEND}
+ sys-apps/file
+ sys-libs/ncurses"
+
+# Commented out: only few users of eselect will edit its source
+#PDEPEND="emacs? ( app-emacs/gentoo-syntax )
+# vim-syntax? ( app-vim/eselect-syntax )"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-alternatives.patch
+ AT_M4DIR="." eautoreconf
+}
+
+src_compile() {
+ emake
+ use doc && emake html
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ newbashcomp misc/${PN}.bashcomp ${PN}
+ dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
+ use doc && dohtml *.html doc/*
+
+ # needed by news module
+ keepdir /var/lib/gentoo/news
+ if ! use prefix; then
+ fowners root:portage /var/lib/gentoo/news
+ fperms g+w /var/lib/gentoo/news
+ fi
+
+ # band aid for prefix
+ if use prefix; then
+ cd "${ED}"/usr/share/eselect/libs
+ sed -i "s:ALTERNATIVESDIR_ROOTLESS=\"${EPREFIX}:ALTERNATIVESDIR_ROOTLESS=\":" alternatives.bash || die
+ fi
+}
+
+pkg_postinst() {
+ # fowners in src_install doesn't work for the portage group:
+ # merging changes the group back to root
+ if ! use prefix; then
+ chgrp portage "${EROOT}/var/lib/gentoo/news" \
+ && chmod g+w "${EROOT}/var/lib/gentoo/news"
+ fi
+}
diff --git a/app-admin/eselect/metadata.xml b/app-admin/eselect/metadata.xml
index 8a4390f..33d01aa 100644
--- a/app-admin/eselect/metadata.xml
+++ b/app-admin/eselect/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>bicatali@gentoo.org</email>
- </maintainer>
+ <maintainer>
+ <email>bicatali@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
next reply other threads:[~2013-01-07 21:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 21:15 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-12 7:42 [gentoo-commits] proj/sci:master commit in: app-admin/eselect/ Justin Lecher
2016-02-10 18:27 Justin Lecher
2015-11-29 10:17 Justin Lecher
2015-08-17 9:43 Justin Lecher
2015-05-23 15:53 Justin Lecher
2015-01-26 7:19 Justin Lecher
2014-09-15 12:01 Justin Lecher
2014-05-26 8:35 Justin Lecher
2014-02-15 11:07 Justin Lecher
2014-01-21 19:38 Reinis Danne
2013-12-08 17:31 Justin Lecher
2013-09-12 5:40 Sebastien Fabbro
2013-07-18 22:30 Sebastien Fabbro
2013-07-08 11:54 Justin Lecher
2013-06-24 17:00 Sebastien Fabbro
2012-10-24 6:36 Justin Lecher
2012-09-21 17:34 Sebastien Fabbro
2012-06-04 12:20 Justin Lecher
2012-03-16 0:19 Francois Bissey
2012-02-13 17:43 Sebastien Fabbro
2012-02-09 0:09 Sebastien Fabbro
2011-09-27 16:11 Alexey Shvetsov
2011-09-06 17:44 Sebastien Fabbro
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=1357593268.c663f8197b09904afa49147802ea94b3c4314094.jlec@gentoo \
--to=jlec@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