public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/
Date: Sun, 29 Mar 2020 11:03:47 +0000 (UTC)	[thread overview]
Message-ID: <1585479816.7ab451df143ee873dc3e46dcec860fc73e3221a8.ulm@gentoo> (raw)

commit:     7ab451df143ee873dc3e46dcec860fc73e3221a8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 10:58:44 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 11:03:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab451df

app-admin/eselect: Remove old.

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-admin/eselect/Manifest              |  2 --
 app-admin/eselect/eselect-1.4.12.ebuild | 61 ---------------------------------
 app-admin/eselect/eselect-1.4.14.ebuild | 61 ---------------------------------
 3 files changed, 124 deletions(-)

diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest
index 846a8f24453..e30198740b3 100644
--- a/app-admin/eselect/Manifest
+++ b/app-admin/eselect/Manifest
@@ -1,4 +1,2 @@
-DIST eselect-1.4.12.tar.xz 177520 BLAKE2B 0938fe9bd8785fe711edc1af63a9c318a4a5fe9141c61d7f1c4da0352242322f1e18e4f68f7e219a1aa2beae5b25ddac58d7c47d4272408fd8fe5207324ef7c7 SHA512 2ea182364dfb2333112e9eebe691e1963e95a4c9ab40945eb2e5bc8c81da76105c1ae6aa3d153b78dea6c1e0cadb9b0237f7556b8ceb9d48e0fba67a642d6081
-DIST eselect-1.4.14.tar.xz 177492 BLAKE2B 236ddb09231283a153c20be779d012979a25d42a7043c75af866e777731761406d92896bfef399c3bc63e529af4e36cf538801302dc4bb719f065d6bab8ad9e4 SHA512 b17fb63039577f20515056fae1b0f7e86fa2d96f38a5eec22e637cee0b25f4d68087ef8a5bd4043893db5be66ea201bc8ae6437bb049d208b81e76a57612d658
 DIST eselect-1.4.15.tar.xz 178996 BLAKE2B 4354d975c8af2e1de0f0c6efe2badc92584e947f9b73c05aac144caf8f9d74c850d366c7c225112322a504262b5f285f6e2e8d32223f1b2d4bac87db740a148c SHA512 ceb55fecc2bf70e816679af9b20653b29aa9ce24ca2d4cd0c6e02ab214689459bc2ccd5b3968ac49249b8fb6613c6055e7e76598b86c6a114a9abf847c4a2b58
 DIST eselect-1.4.16.tar.xz 178660 BLAKE2B dae97ee324cb67983c5395b5dc54c4b84d2da43f6a0c5c8ab81ff402ab211e9d1f1d3fe5c174b130ac1e11d3dd19e3812056274145415ee029e649cda880cd95 SHA512 264fb6122f5f7c9e73bb2250a94c3c0377e5263e2e5ae653ed58e08ebf6ed1b4aa165ae5c1d70b0156081c4db5672d1ec9d379782919d5b40a2f3e862378ce62

diff --git a/app-admin/eselect/eselect-1.4.12.ebuild b/app-admin/eselect/eselect-1.4.12.ebuild
deleted file mode 100644
index fbf39ddd3d3..00000000000
--- a/app-admin/eselect/eselect-1.4.12.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1
-
-DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
-SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz"
-
-LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs vim-syntax"
-
-RDEPEND="sys-apps/sed
-	|| (
-		sys-apps/coreutils
-		sys-freebsd/freebsd-bin
-		app-misc/realpath
-	)"
-DEPEND="${RDEPEND}
-	doc? ( dev-python/docutils )"
-RDEPEND="${RDEPEND}
-	sys-apps/file
-	sys-libs/ncurses:0"
-
-PDEPEND="emacs? ( app-emacs/eselect-mode )
-	vim-syntax? ( app-vim/eselect-syntax )"
-
-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
-	if use doc; then
-		docinto html
-		dodoc *.html doc/*.html doc/*.css
-	fi
-
-	# 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
-}
-
-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/eselect-1.4.14.ebuild b/app-admin/eselect/eselect-1.4.14.ebuild
deleted file mode 100644
index 77c8c713b16..00000000000
--- a/app-admin/eselect/eselect-1.4.14.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
-SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz"
-
-LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs vim-syntax"
-
-RDEPEND="sys-apps/sed
-	|| (
-		sys-apps/coreutils
-		sys-freebsd/freebsd-bin
-		app-misc/realpath
-	)"
-DEPEND="${RDEPEND}
-	doc? ( dev-python/docutils )"
-RDEPEND="${RDEPEND}
-	sys-apps/file
-	sys-libs/ncurses:0"
-
-PDEPEND="emacs? ( app-emacs/eselect-mode )
-	vim-syntax? ( app-vim/eselect-syntax )"
-
-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
-	if use doc; then
-		docinto html
-		dodoc *.html doc/*.html doc/*.css
-	fi
-
-	# 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
-}
-
-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
-}


             reply	other threads:[~2020-03-29 11:03 UTC|newest]

Thread overview: 183+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-29 11:03 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-23  5:38 [gentoo-commits] repo/gentoo:master commit in: app-admin/eselect/ Ulrich Müller
2023-12-22 17:47 Arthur Zamarin
2023-10-13 19:23 Ulrich Müller
2023-10-13 15:11 Sam James
2023-10-13 15:11 Sam James
2023-10-13 15:11 Sam James
2023-10-13 15:11 Sam James
2023-10-13 14:47 Arthur Zamarin
2023-10-13 14:14 Arthur Zamarin
2023-10-13 14:14 Arthur Zamarin
2023-09-24 14:22 Sam James
2023-09-13 18:24 Ulrich Müller
2023-09-09  8:08 Sam James
2023-09-09  8:08 Sam James
2023-09-09  8:08 Sam James
2023-09-09  8:08 Sam James
2023-09-09  8:08 Sam James
2023-09-09  8:08 Sam James
2023-08-09 15:39 Ulrich Müller
2023-07-18 19:18 Sam James
2023-07-17  7:46 Jakov Smolić
2023-07-15  3:10 Sam James
2023-07-07 22:04 Sam James
2023-07-07 22:04 Sam James
2023-07-07 22:04 Sam James
2023-07-07 22:04 Sam James
2023-07-07 22:04 Sam James
2023-06-12 21:43 Ulrich Müller
2023-06-12 19:26 Sam James
2023-06-12 19:26 Sam James
2023-06-12 19:26 Sam James
2023-06-12 17:59 Sam James
2023-06-12 17:56 Sam James
2023-06-12 17:55 Sam James
2023-06-12 17:55 Sam James
2023-06-12 17:54 Sam James
2023-06-12 16:25 Ulrich Müller
2023-06-12 16:25 Ulrich Müller
2023-06-07  7:37 Ulrich Müller
2023-06-06 18:54 Ulrich Müller
2023-05-29  0:41 Sam James
2023-05-13  7:25 Ulrich Müller
2023-05-12 20:31 Sam James
2023-05-12 20:26 Sam James
2023-05-12 19:28 Sam James
2023-05-12 19:28 Sam James
2023-05-12 19:28 Sam James
2023-05-12 19:28 Sam James
2023-05-12 19:28 Sam James
2023-03-20 17:27 Ulrich Müller
2023-02-27 17:42 Ulrich Müller
2023-02-27 17:42 Ulrich Müller
2023-02-24 18:36 Sam James
2022-05-24 10:04 Ulrich Müller
2022-05-24  9:16 Ulrich Müller
2022-02-19  0:37 Sam James
2022-02-16 20:39 Ulrich Müller
2022-02-16 20:18 Arthur Zamarin
2022-02-14 20:20 Sam James
2022-02-14  8:00 Agostino Sarubbo
2022-02-14  8:00 Agostino Sarubbo
2022-02-13 23:50 Sam James
2022-02-13 17:28 Jakov Smolić
2022-02-13 17:28 Jakov Smolić
2022-02-13 16:39 Ulrich Müller
2022-01-19  4:01 Ulrich Müller
2022-01-08 17:16 Ulrich Müller
2021-12-28  9:43 Ulrich Müller
2021-02-17  3:56 Sam James
2021-02-16 12:34 Sam James
2021-02-14  2:10 Sam James
2021-02-07  1:07 Sam James
2021-02-06  0:02 Sam James
2021-02-04 17:22 Sergei Trofimovich
2021-02-04  8:00 Sam James
2021-02-04  7:58 Agostino Sarubbo
2021-02-03 23:55 Thomas Deutschmann
2021-01-06 12:46 Fabian Groffen
2020-12-25 12:30 Ulrich Müller
2020-12-16 12:18 Ulrich Müller
2020-12-16 12:09 Ulrich Müller
2020-12-16 12:09 Ulrich Müller
2020-04-01 17:13 Sergei Trofimovich
2020-03-31 17:51 Mart Raudsepp
2020-03-30 13:41 Agostino Sarubbo
2020-03-30 13:40 Agostino Sarubbo
2020-03-30 13:39 Agostino Sarubbo
2020-03-30 13:39 Agostino Sarubbo
2020-03-30 13:38 Agostino Sarubbo
2020-03-30 13:36 Agostino Sarubbo
2020-03-30  8:59 Mikle Kolyada
2020-03-29 14:45 Sergei Trofimovich
2020-03-29 10:21 Sergei Trofimovich
2019-11-28 19:39 Ulrich Müller
2019-11-08 16:54 Aaron Bauman
2019-11-01 10:44 Mikle Kolyada
2019-10-16  4:45 Matt Turner
2019-10-11 22:32 Sergei Trofimovich
2019-10-07 19:12 Sergei Trofimovich
2019-10-07 10:44 Agostino Sarubbo
2019-10-07  9:53 Agostino Sarubbo
2019-10-07  9:47 Agostino Sarubbo
2019-10-07  8:42 Agostino Sarubbo
2019-10-07  7:29 Agostino Sarubbo
2019-09-04 10:41 Ulrich Müller
2019-06-06 21:31 Ulrich Müller
2019-06-03 20:29 Sergei Trofimovich
2019-05-30 20:33 Sergei Trofimovich
2019-05-30 20:30 Sergei Trofimovich
2019-05-30 20:08 Sergei Trofimovich
2019-05-03 22:34 Andreas K. Hüttel
2019-02-17  8:09 Ulrich Müller
2018-09-15 19:35 Mikle Kolyada
2018-09-14 12:17 Tobias Klausmann
2018-09-08 12:53 Mart Raudsepp
2018-09-02 11:12 Sergei Trofimovich
2018-09-01 23:26 Sergei Trofimovich
2018-09-01 23:22 Sergei Trofimovich
2018-09-01 23:18 Sergei Trofimovich
2018-09-01 22:19 Mikle Kolyada
2018-09-01 17:55 Thomas Deutschmann
2018-08-31 19:36 Sergei Trofimovich
2018-05-29 17:09 Ulrich Müller
2018-05-29 17:09 Ulrich Müller
2018-05-27 15:12 Mikle Kolyada
2018-05-25  4:18 Matt Turner
2018-05-25  4:18 Matt Turner
2018-05-14 16:50 Tobias Klausmann
2018-05-03 22:03 Mart Raudsepp
2018-04-29 19:41 Sergei Trofimovich
2018-04-26  6:41 Sergei Trofimovich
2018-04-24 23:41 Thomas Deutschmann
2018-04-24  8:12 Mikle Kolyada
2018-04-22  6:37 Mikle Kolyada
2018-04-22  6:33 Matt Turner
2018-04-21 18:56 Ulrich Müller
2018-04-21 16:15 Mikle Kolyada
2018-04-20 19:00 Mart Raudsepp
2018-03-15 14:54 Mikle Kolyada
2018-03-04 11:34 Tobias Klausmann
2018-01-24 11:08 Ulrich Müller
2018-01-24 11:08 Ulrich Müller
2018-01-24  9:58 Ulrich Müller
2018-01-21 10:28 Sergei Trofimovich
2018-01-15 19:03 Tobias Klausmann
2018-01-14 22:17 Sergei Trofimovich
2018-01-14 21:42 Sergei Trofimovich
2018-01-14 16:23 Thomas Deutschmann
2018-01-14 12:45 Sergei Trofimovich
2018-01-14 11:25 Sergei Trofimovich
2018-01-09 23:12 Mike Frysinger
2018-01-09  9:07 Ulrich Müller
2017-12-25 16:24 Ulrich Müller
2017-12-25 11:33 Ulrich Müller
2017-12-25 11:10 Ulrich Müller
2017-06-10 17:22 Ulrich Müller
2017-04-11  6:43 Jeroen Roovers
2017-04-04 19:28 Tobias Klausmann
2017-04-01 16:06 Agostino Sarubbo
2017-03-28 10:24 Michael Weber
2017-03-22 14:22 Agostino Sarubbo
2017-03-22  5:35 Ulrich Müller
2017-03-22  5:33 Ulrich Müller
2016-12-10  9:34 Ulrich Müller
2016-12-10  9:34 Ulrich Müller
2016-11-01 12:58 Ulrich Müller
2016-10-30 10:53 Ulrich Müller
2016-10-30 10:53 Ulrich Müller
2016-10-27  6:24 Ulrich Müller
2016-08-10  8:48 Mike Frysinger
2016-06-17 18:43 Ulrich Müller
2016-06-17 18:43 Ulrich Müller
2016-04-03  0:52 Mike Frysinger
2016-03-20 11:53 Agostino Sarubbo
2016-03-19 11:35 Agostino Sarubbo
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2016-03-05 15:58 Mikle Kolyada
2016-02-27 23:30 Stephen Klimaszewski
2016-02-21  7:37 Jeroen Roovers
2016-02-20 14:32 Markus Meier
2015-08-13  8:55 Ulrich Müller

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=1585479816.7ab451df143ee873dc3e46dcec860fc73e3221a8.ulm@gentoo \
    --to=ulm@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