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: app-portage/hackport/
Date: Sat, 30 Jul 2022 08:53:19 +0000 (UTC)	[thread overview]
Message-ID: <1659171192.486914580707acf2b41d37dd54b31f764f739a3b.sam@gentoo> (raw)

commit:     486914580707acf2b41d37dd54b31f764f739a3b
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Jul 30 08:01:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 08:53:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48691458

app-portage/hackport: drop 0.7.2.1

Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/26666
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/hackport/Manifest                |  1 -
 app-portage/hackport/hackport-0.7.2.1.ebuild | 66 ----------------------------
 2 files changed, 67 deletions(-)

diff --git a/app-portage/hackport/Manifest b/app-portage/hackport/Manifest
index cdda3478fca5..58280c789e04 100644
--- a/app-portage/hackport/Manifest
+++ b/app-portage/hackport/Manifest
@@ -1,2 +1 @@
-DIST hackport-0.7.2.1.tar.gz 2083380 BLAKE2B 0fe2eadfcd7a551a61ecb013973b63aec8df0a194403880ef15563a9f7462db2889fda37012e78665c2190b8ab4cd1e48f0088c4e435e7cca1f0cd0fefd119f0 SHA512 b12c3a10c750b6f1d71b9766d08934bce5fb1f62e1c13de71f84280b66ed5d5a6b7a5c62982c7c3c4a02908e1e835b709e7ac7f9b2c44a732320d55f293dfcda
 DIST hackport-0.7.2.2.tar.gz 2083323 BLAKE2B e14fbd5c5fa88260518869ad72dd59d08e7cb4351cecc35952ebfdd71e34ea335e6c4b56de7577033335e3efdbff8796fd05f1ad3df20ae84ed1bc8ef7b2153f SHA512 ce880ae8a5a4dc1d446654b8bf4108bacf4a974afaad0266c291ff9f2ab6f8af49294452314cbbeec1979c8e5ffab0860d87668f63d7d7731eb11eb3144a4bd0

diff --git a/app-portage/hackport/hackport-0.7.2.1.ebuild b/app-portage/hackport/hackport-0.7.2.1.ebuild
deleted file mode 100644
index af17c804b2db..000000000000
--- a/app-portage/hackport/hackport-0.7.2.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.9999
-#hackport: flags: +cabal-v1
-
-CABAL_FEATURES="test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Hackage and Portage integration tool"
-HOMEPAGE="https://hackage.haskell.org/package/hackport"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=dev-haskell/async-2.0:=
-	>=dev-haskell/base16-bytestring-0.1.1:=
-	>=dev-haskell/base64-bytestring-1.0:=
-	>=dev-haskell/cryptohash-sha256-0.11:=
-	>=dev-haskell/echo-0.1.3:=
-	>=dev-haskell/ed25519-0.0:=
-	>=dev-haskell/edit-distance-0.2.2:=
-	dev-haskell/extensible-exceptions:=
-	>=dev-haskell/hashable-1.0:=
-	>=dev-haskell/http-4000.1.5:=
-	>=dev-haskell/network-3.0:=
-	>=dev-haskell/network-uri-2.6.0.2:=
-	>=dev-haskell/parallel-3.2.1.0:=
-	dev-haskell/quickcheck:2=
-	>=dev-haskell/random-1:=
-	>=dev-haskell/regex-base-0.94.0.0:=
-	>=dev-haskell/regex-posix-0.96.0.0:=
-	>=dev-haskell/resolv-0.1.1:=
-	dev-haskell/split:=
-	>=dev-haskell/stm-2.0:=
-	>=dev-haskell/tar-0.5.0.3:=
-	dev-haskell/xml:=
-	>=dev-haskell/zlib-0.5.3:=
-	>=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-2.2.0.1
-	test? ( dev-haskell/base-compat
-		dev-haskell/cabal-doctest
-		>=dev-haskell/doctest-0.8
-		dev-haskell/glob
-		>=dev-haskell/hspec-2.0
-		>=dev-haskell/quickcheck-2.0 )
-"
-RDEPEND+="
-	dev-util/pkgcheck
-"
-
-src_configure() {
-	haskell-cabal_src_configure \
-		--flag=cabal-v1
-}
-
-src_install() {
-	haskell-cabal_src_install
-	doman man/hackport.1
-}


             reply	other threads:[~2022-07-30  8:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-30  8:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-01 21:03 [gentoo-commits] repo/gentoo:master commit in: app-portage/hackport/ Matt Turner
2023-11-19 18:39 Sam James
2023-03-19  1:49 Sam James
2022-07-30  8:53 Sam James
2022-07-23  1:52 Sam James
2022-07-23  1:52 Sam James
2022-07-23  1:52 Sam James
2021-07-10 11:30 Sergei Trofimovich
2020-08-18 17:06 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-01-04 11:43 Sergei Trofimovich
2020-01-04 11:42 Sergei Trofimovich
2019-05-18 10:02 Michał Górny
2018-08-26  8:25 Michał Górny
2018-08-24 12:54 Sergei Trofimovich
2018-08-24 12:54 Sergei Trofimovich
2018-03-21 18:12 Michał Górny
2018-03-16  7:40 Sergei Trofimovich
2018-01-23 19:52 Sergei Trofimovich
2017-05-24 21:21 Sergei Trofimovich
2017-02-25 15:30 Sergei Trofimovich
2017-01-16 22:14 Sergei Trofimovich

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=1659171192.486914580707acf2b41d37dd54b31f764f739a3b.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