From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B68F8138222 for ; Wed, 4 May 2016 21:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DABF821C063; Wed, 4 May 2016 21:57:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 672F221C063 for ; Wed, 4 May 2016 21:57:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23D083406C2 for ; Wed, 4 May 2016 21:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527D432E for ; Wed, 4 May 2016 21:56:57 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1462399003.bd139078c638176d72afc534dfad5b5fd9cd542d.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/pppconfig/Manifest net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild X-VCS-Directories: net-dialup/pppconfig/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: bd139078c638176d72afc534dfad5b5fd9cd542d X-VCS-Branch: master Date: Wed, 4 May 2016 21:56:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3efd9d7-f48f-4f5d-9fb3-7229c0ac6ba9 X-Archives-Hash: 4b8067bef9887c01c46e315d55719e9d commit: bd139078c638176d72afc534dfad5b5fd9cd542d Author: Manuel Rüger gentoo org> AuthorDate: Wed May 4 21:56:23 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed May 4 21:56:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd139078 net-dialup/pppconfig: Remove old Package-Manager: portage-2.2.28 net-dialup/pppconfig/Manifest | 1 - net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild | 56 ------------------------- 2 files changed, 57 deletions(-) diff --git a/net-dialup/pppconfig/Manifest b/net-dialup/pppconfig/Manifest index bd1257f..91a7162 100644 --- a/net-dialup/pppconfig/Manifest +++ b/net-dialup/pppconfig/Manifest @@ -1,2 +1 @@ -DIST pppconfig_2.3.17.tar.gz 377665 SHA256 8c9d6598c6f353d1bfbccc48be06f63d6c5111fa11e6734ce2120a085ca93585 SHA512 9761242fa255afeccf4caf9a31fc57e49c5b2db43a4c8a5e228de2d6bc48f6458acfdf4c77005445a44fb71dda33f12e388cbfed9fcd00e0fa6bf8f03fa8a523 WHIRLPOOL c7b50acdc7d645576fba4ef426cb1ef3ee33bd8b17e8756158f738da5e885826986b00b09d45af88f22fed4978db8141aeefb9f0a245d65f62c1c21ff333243b DIST pppconfig_2.3.21.tar.gz 397243 SHA256 cc8bd046aa8c9495b589ec87d5051a237ba89d0dcb7b1924a50a72dfac6f20f8 SHA512 e6297a6834eb806d591aee44343c6e64536e260ea8e637f3a4d4b5a752e26ae90d467ca12dd83022e071f7c2c4f111660418a6b953c4a02f5618fc54a89c2893 WHIRLPOOL d02d0c1da782ede453633086497d51cf8ae456601694e782337b39cc33efad88f57cf4dee7df15020a40144dbd9f2d384fb4801d2b182ddb131f93ecef3a0e19 diff --git a/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild b/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild deleted file mode 100644 index 7ff4345..0000000 --- a/net-dialup/pppconfig/pppconfig-2.3.17-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="A text menu based utility for configuring ppp" -HOMEPAGE="http://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" -DEPEND="nls? ( sys-devel/gettext )" - -# Supported languages and translated documentation -# Be sure all languages are prefixed with a single space! -MY_AVAILABLE_LINGUAS=" ca cs da de el es eu fi fr gl he id it ja ko lt nb nl nn pt_BR pt ro ru sk sv tl tr vi zh_CN zh_TW" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - -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 - cd "${S}/po" - local MY_LINGUAS="" lang - - for lang in ${MY_AVAILABLE_LINGUAS} ; do - if use linguas_${lang} ; then - MY_LINGUAS="${MY_LINGUAS} ${lang}" - fi - done - if [[ -z "${MY_LINGUAS}" ]] ; then - #If no language is selected, install 'em all - MY_LINGUAS="${MY_AVAILABLE_LINGUAS}" - fi - - einfo "Locale messages will be installed for following languages:" - einfo " ${MY_LINGUAS}" - - for lang in ${MY_LINGUAS}; do - msgfmt -o ${lang}.mo ${lang}.po && \ - insinto /usr/share/locale/${lang}/LC_MESSAGES && \ - newins ${lang}.mo pppconfig.mo || \ - die "failed to install locale messages for ${lang} language" - done - fi -}