public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/
Date: Mon,  1 May 2023 13:36:01 +0000 (UTC)	[thread overview]
Message-ID: <1682947793.6be24a6a6d24190bd1ffd43420f3a54531d4cfd7.sam@gentoo> (raw)

commit:     6be24a6a6d24190bd1ffd43420f3a54531d4cfd7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:29:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:29:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be24a6a

net-dialup/pppconfig: drop 2.3.21

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dialup/pppconfig/Manifest                |  1 -
 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 55 ----------------------------
 2 files changed, 56 deletions(-)

diff --git a/net-dialup/pppconfig/Manifest b/net-dialup/pppconfig/Manifest
index d6b7dc18e928..84fb582da58e 100644
--- a/net-dialup/pppconfig/Manifest
+++ b/net-dialup/pppconfig/Manifest
@@ -1,2 +1 @@
-DIST pppconfig_2.3.21.tar.gz 397243 BLAKE2B 5816d9b1e832bd0e694718960ea45c0996fa7a459f3a38e03b0021d20549b81e5a74111c03f7f485bd4dbd408b2859864a69c55858cb0a4f70283971a64192bb SHA512 e6297a6834eb806d591aee44343c6e64536e260ea8e637f3a4d4b5a752e26ae90d467ca12dd83022e071f7c2c4f111660418a6b953c4a02f5618fc54a89c2893
 DIST pppconfig_2.3.25.tar.gz 392316 BLAKE2B 7c30db92cff0c9e80e04e4e7a83ccc22e2c1380831fcbc1ebd36bc4d30044c0b32669546907318be3c43061d1ea9f44b0a471f56847e75b0470f18f1aa10bf7a SHA512 6874b93ae34edb2a0ba06a669d930f5023a3eae38b6d10a78179eb69990a8280d41ebc2049461b54b03bd19904d13d2ebb57997599ed650660d0b34c958ad977

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
deleted file mode 100644
index b2560f286d53..000000000000
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit strip-linguas
-
-DESCRIPTION="A text menu based utility for configuring ppp"
-HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html"
-SRC_URI="mirror://debian/pool/main/p/${PN}/${P/-/_}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-RDEPEND="
-	net-dialup/ppp
-	dev-util/dialog
-	dev-lang/perl"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-src_prepare() {
-	default
-
-	use nls && strip-linguas -i po/
-}
-
-src_compile() {
-	default
-
-	if use nls; then
-		local lang
-		for lang in ${LINGUAS}; do
-			msgfmt -o po/${lang}.{m,p}o || die
-		done
-	fi
-}
-
-src_install() {
-	dodir /etc/chatscripts /etc/ppp/resolv
-	dosbin 0dns-down 0dns-up dns-clean
-	newsbin pppconfig pppconfig.real
-	dosbin "${FILESDIR}/pppconfig"
-	doman man/pppconfig.8
-	dodoc debian/{copyright,changelog}
-
-	if use nls; then
-		local lang
-		for lang in ${LINGUAS}; do
-			insinto /usr/share/locale/${lang}/LC_MESSAGES
-			newins po/${lang}.mo pppconfig.mo
-		done
-	fi
-}


             reply	other threads:[~2023-05-01 13:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 13:36 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-19  8:25 [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/ Arthur Zamarin
2021-11-29 19:00 Jakov Smolić
2021-11-25 18:21 Marek Szuba
2021-06-30 10:15 Ulrich Müller
2021-04-12  1:09 Sam James
2017-09-23  6:46 Jeroen Roovers
2016-05-04 21:56 Manuel Rüger

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=1682947793.6be24a6a6d24190bd1ffd43420f3a54531d4cfd7.sam@gentoo \
    --to=sam@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