public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-bashcomp/
Date: Mon, 21 May 2018 16:08:24 +0000 (UTC)	[thread overview]
Message-ID: <1526918893.3edf7463ceee143a78bd4b38910a96e843db42fe.zlogene@gentoo> (raw)

commit:     3edf7463ceee143a78bd4b38910a96e843db42fe
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 16:08:13 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 21 16:08:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edf7463

app-shells/gentoo-bashcomp: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-shells/gentoo-bashcomp/Manifest                |  2 -
 .../gentoo-bashcomp-20101217-r1.ebuild             | 46 ----------------------
 .../gentoo-bashcomp-20121024.ebuild                | 44 ---------------------
 3 files changed, 92 deletions(-)

diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest
index bfb3d887f35..11f1490c3cf 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1,4 +1,2 @@
-DIST gentoo-bashcomp-20101217.tar.bz2 23095 BLAKE2B a98757ad29d1356976f4196153f0b4a7763c96a9c4f8aae63fc563b52a9944d86c5098efa5ea1a7c4954cf331ae11fb7b1d8e74ad82998a49652eeb195d1af65 SHA512 29c4802b8f71585b7146e454f44700954de8655aa46dda7046338ed46e1e9835f4ea4141cfd5a813a5f75b6586b030e0e0cbde4c8030ec303f98110fa7a5e316
-DIST gentoo-bashcomp-20121024.tar.bz2 28025 BLAKE2B 470f844707d31e2eb6af8ad34695960406e494eb81018675460e15def43c26979d73e3fa300283da1c40fee96039bcdac59ca3ce1f826db8362fca7929cb986e SHA512 ca755de801b8ecba6267395930024cbd6eb7f3f78c08de5caff6621bcf99554b68f8d3bb93f517f6a7fe27b08c42c8896910b0b93f8917db6e0172bfd614bacd
 DIST gentoo-bashcomp-20140911.tar.bz2 30258 BLAKE2B c41814a51b74b169dc0e92e4af0630a152145f9d8fd81afb29c5c6e28d9c80caf3a57450a02a7f653762a0c91c8e1639f101e7749761b68e75482dad8e303467 SHA512 cacd1c3353bce7e67d00758a714829860111932ab7addd0a84a06cae9218ff18aff4ea562e0682ca4db859408ca15817edd81548d54144223ed5016667549f7f
 DIST gentoo-bashcomp-20180302.tar.bz2 21485 BLAKE2B 887ac5cfa8c6ba431a6aa5f5918b8bdfbe6a1ae9a2e7ac21b3c06ec2062b448d924f928b1372e81749ece6d4aa673bbbaaa364ca744124c842e3819349917169 SHA512 6b4551b078505e6348cb10ca2d67faab4d323a0f0ddefc872145314303d6f95fe31f9706d43d9f20c0139610ce47e4cf70ba7516d911dc4927cfbf5d863bc063

diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217-r1.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217-r1.ebuild
deleted file mode 100644
index 9a95d6e20e8..00000000000
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20101217-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils prefix
-
-DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-	https://dev.gentoo.org/~darkside/tmp/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
-IUSE=""
-
-RDEPEND="app-shells/bash-completion"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-make_globals.patch" #431034
-	eprefixify gentoo
-}
-
-src_compile() {	:; } # There is a useless Makefile in the distfile
-
-src_install() {
-	insinto /usr/share/bash-completion
-	doins gentoo 	|| die "failed to install gentoo module"
-	doins repoman 	|| die "failed to install repoman module"
-	doins layman 	|| die "failed to install layman module"
-	dodoc AUTHORS ChangeLog TODO
-}
-
-pkg_postinst() {
-	# can't use bash-completion.eclass.
-	elog "To enable command-line completion for ${PN}, run:"
-	elog
-	elog "  eselect bashcomp enable gentoo"
-	elog
-	elog "to install locally, or"
-	elog
-	elog "  eselect bashcomp enable --global gentoo"
-	elog
-	elog "to install system-wide. (and/or repoman instead of gentoo if you use"
-	elog "repoman frequently)"
-}

diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild
deleted file mode 100644
index 5b408725bb8..00000000000
--- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20121024.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils prefix
-
-DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris"
-IUSE=""
-
-RDEPEND="app-shells/bash-completion"
-
-src_prepare() {
-	eprefixify gentoo
-}
-
-src_compile() {	:; } # There is a useless Makefile in the distfile
-
-src_install() {
-	insinto /usr/share/bash-completion
-	doins gentoo 	|| die "failed to install gentoo module"
-	doins repoman 	|| die "failed to install repoman module"
-	doins layman 	|| die "failed to install layman module"
-	dodoc AUTHORS ChangeLog TODO
-}
-
-pkg_postinst() {
-	# can't use bash-completion.eclass.
-	elog "To enable command-line completion for ${PN}, run:"
-	elog
-	elog "  eselect bashcomp enable gentoo"
-	elog
-	elog "to install locally, or"
-	elog
-	elog "  eselect bashcomp enable --global gentoo"
-	elog
-	elog "to install system-wide. (and/or repoman instead of gentoo if you use"
-	elog "repoman frequently)"
-}


             reply	other threads:[~2018-05-21 16:08 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-21 16:08 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-03 20:04 [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-bashcomp/ Arthur Zamarin
2024-06-25 22:03 Sam James
2024-06-25 16:38 Arthur Zamarin
2024-06-08 11:05 Arthur Zamarin
2024-06-08 11:05 Arthur Zamarin
2024-06-08 11:05 Arthur Zamarin
2024-06-07 10:23 Arthur Zamarin
2024-06-07 10:23 Arthur Zamarin
2024-06-07 10:23 Arthur Zamarin
2024-06-07  8:40 Arthur Zamarin
2024-06-07  8:40 Arthur Zamarin
2024-06-07  6:17 Arthur Zamarin
2024-06-06 17:28 Arthur Zamarin
2024-06-06 16:58 Arthur Zamarin
2024-05-25  8:00 Arthur Zamarin
2024-05-25  8:00 Arthur Zamarin
2024-05-25  8:00 Arthur Zamarin
2024-05-11  3:15 Sam James
2023-05-27 13:06 Sam James
2023-05-27 12:07 Arthur Zamarin
2023-05-23  0:10 Sam James
2023-05-19 17:46 Sam James
2023-05-19 17:46 Sam James
2023-05-19 12:05 Arthur Zamarin
2023-05-19 10:42 Arthur Zamarin
2023-03-13 21:23 Sam James
2022-08-28  7:41 WANG Xuerui
2022-06-19 18:50 David Seifert
2022-06-19 18:50 David Seifert
2021-09-18 22:50 James Le Cuirot
2021-07-22  3:19 Georgy Yakovlev
2021-01-06 13:26 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-07-05  8:36 Sergei Trofimovich
2020-07-02  6:36 Agostino Sarubbo
2020-07-02  6:34 Agostino Sarubbo
2020-07-02  6:32 Agostino Sarubbo
2020-07-02  6:30 Agostino Sarubbo
2020-07-02  6:28 Agostino Sarubbo
2020-07-02  6:25 Agostino Sarubbo
2020-06-06 18:19 Pacho Ramos
2019-02-10 23:11 Patrice Clement
2019-02-10 23:11 Patrice Clement
2018-06-26 15:49 Mikle Kolyada
2018-06-25 13:36 Tobias Klausmann
2018-06-24  0:05 Jeroen Roovers
2018-06-23 13:03 Mart Raudsepp
2018-06-22  7:30 Mikle Kolyada
2018-06-21 19:21 Sergei Trofimovich
2018-06-21  6:33 Sergei Trofimovich
2018-03-02 20:27 William Hubbs
2018-03-02  1:08 Zac Medico
2017-06-20 13:15 Alexis Ballier
2017-02-18  9:54 David Seifert

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=1526918893.3edf7463ceee143a78bd4b38910a96e843db42fe.zlogene@gentoo \
    --to=zlogene@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