public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/cksfv/
Date: Wed,  4 May 2016 21:04:59 +0000 (UTC)	[thread overview]
Message-ID: <1462395867.c25f6b2fa9cd4badd6d441bb337a1542c46c06e5.mrueg@gentoo> (raw)

commit:     c25f6b2fa9cd4badd6d441bb337a1542c46c06e5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 21:03:47 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May  4 21:04:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25f6b2f

app-arch/cksfv: Remove old

Package-Manager: portage-2.2.28

 app-arch/cksfv/Manifest            |  2 --
 app-arch/cksfv/cksfv-1.3.12.ebuild | 32 --------------------------------
 app-arch/cksfv/cksfv-1.3.13.ebuild | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/app-arch/cksfv/Manifest b/app-arch/cksfv/Manifest
index 130e74a..68f6de7 100644
--- a/app-arch/cksfv/Manifest
+++ b/app-arch/cksfv/Manifest
@@ -1,3 +1 @@
-DIST cksfv-1.3.12.tar.bz2 26772 SHA256 f029fab94cc7d6df88cc9ec8dbc65707662d82b1f5bacb95266da020528bf53f SHA512 1b98724d8fd20a500b459089538f175ebb94d6c07000cce4cf685c8fea183be15fc28de3a6352f69d9e124b5b102ab08dce5e4c28563d45e897ff35420902317 WHIRLPOOL 178243155eeaf9b209e854b86a782f8d1f838c4fb3fba9460997200d2100e06edaefc87c66d1d1d36f4fa2f9ac380e5dbcb333d14751d96e849fa725fd66ad2f
-DIST cksfv-1.3.13.tar.bz2 26109 SHA256 16ee1bbc0ae8a83909e25e37681d6d501a26dadb18e241310e4333dedc8d1435 SHA512 643bd82b9994087eb1ddc7c182df33f9de1c2b220e89beb878019b2a7489c16baa85d92a45ffe81bc22203f47dbde98b40ec375112978e0ff14a62ffa70faae0 WHIRLPOOL 82c573943ebeda8531d6b5357d34cb6da310531736bb2c70294e4a288d85eb8b51531a5d074b297909845529c17ed50a6ec40775f19f3d338cd4036678cf95ed
 DIST cksfv-1.3.14.tar.bz2 26114 SHA256 8f3c246f3a4a1f0136842a2108568297e66e92f5996e0945d186c27bca07df52 SHA512 016c2f61632980678957fe4b5bc9ecb30360efd548ff09bfbb7a31cc6fc36f6fe7936d3d819fe468a6208c71f8b625662aa3ae0abd668435d7273e149d7e4519 WHIRLPOOL 15d9daa70a37e14a05c0d07b0389dfb9502d5418418601822d74a3048776d25d0f9afb5df448abc67c0bfc1042b3330a1efff4c7a53a7a0d96e64c2528d8d8f1

diff --git a/app-arch/cksfv/cksfv-1.3.12.ebuild b/app-arch/cksfv/cksfv-1.3.12.ebuild
deleted file mode 100644
index 54b8fd5..0000000
--- a/app-arch/cksfv/cksfv-1.3.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="SFV checksum utility (simple file verification)"
-HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
-SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
-	# note: not an autoconf configure script
-	./configure \
-		--compiler=$(tc-getCC) \
-		--prefix=/usr \
-		--package-prefix="${D}" \
-		--bindir=/usr/bin \
-		--mandir=/usr/share/man || die
-	emake || die
-}
-
-src_install() {
-	emake install || die
-	dodoc ChangeLog README TODO
-}

diff --git a/app-arch/cksfv/cksfv-1.3.13.ebuild b/app-arch/cksfv/cksfv-1.3.13.ebuild
deleted file mode 100644
index 6cd7602..0000000
--- a/app-arch/cksfv/cksfv-1.3.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="SFV checksum utility (simple file verification)"
-HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/"
-SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
-	# note: not an autoconf configure script
-	./configure \
-		--compiler=$(tc-getCC) \
-		--prefix=/usr \
-		--package-prefix="${D}" \
-		--bindir=/usr/bin \
-		--mandir=/usr/share/man || die
-	emake || die
-}
-
-src_install() {
-	emake install || die
-	dodoc ChangeLog README TODO
-}


             reply	other threads:[~2016-05-04 21:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-04 21:04 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-14 18:18 [gentoo-commits] repo/gentoo:master commit in: app-arch/cksfv/ Patrice Clement
2019-04-14 18:18 Patrice Clement
2019-07-02  8:19 Sergei Trofimovich
2019-07-02  8:24 Sergei Trofimovich
2019-07-02 10:12 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-07-02 11:55 Agostino Sarubbo
2020-05-19 19:01 Andreas Sturmlechner
2021-04-18  1:38 Sam James
2021-06-01  9:00 Sam James
2021-06-01 11:58 Sam James
2021-06-03  8:23 Sam James
2021-09-23 11:21 Arthur Zamarin

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=1462395867.c25f6b2fa9cd4badd6d441bb337a1542c46c06e5.mrueg@gentoo \
    --to=mrueg@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