diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:41:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:43:14 +0100 |
commit | 82fb3628c90dac7a3ab990fac727d21800fbc7dc (patch) | |
tree | 5515046dbb4983931a29c02250fab7c4bf952ecf /dev-haskell/torrent | |
parent | dev-haskell/tls: drop old (diff) | |
download | gentoo-82fb3628c90dac7a3ab990fac727d21800fbc7dc.tar.gz gentoo-82fb3628c90dac7a3ab990fac727d21800fbc7dc.tar.bz2 gentoo-82fb3628c90dac7a3ab990fac727d21800fbc7dc.zip |
dev-haskell/torrent: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/torrent')
-rw-r--r-- | dev-haskell/torrent/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/torrent/torrent-10000.0.0.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/torrent/torrent-10000.0.1.ebuild | 26 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-haskell/torrent/Manifest b/dev-haskell/torrent/Manifest index 626368fc6866..a4ba3610a411 100644 --- a/dev-haskell/torrent/Manifest +++ b/dev-haskell/torrent/Manifest @@ -1,3 +1 @@ -DIST torrent-10000.0.0.tar.gz 3549 BLAKE2B 414547b6cd8a090a8da198dd82122fcdfe87af4db59ff06f558461550ee6c041de7f69758bae184961ff8772ccbd17523a8c0fa4dc6f6729db1293da90ee1c9a SHA512 361f7ca99196278dccdf4ac20dbe5d9861fd979ea1c84786a93928cc46e51f949618e34e55342f08e19ce935a8313526c580fed6413209a6365efc306b5165d5 -DIST torrent-10000.0.1.tar.gz 3819 BLAKE2B f2a1569c697bbd732fe4f801ff797e2cea6efa69bbd08779f36d729496dd1cd6ccc0d55dd2fca40a6c07f0e1b577213a93f13a1a2b92f9b90030037af5de481e SHA512 66b69a0bb2b7dc08fb738c60bf6402ad69a5e60c6ccc1002e9d394c9faf75e49f444ed690dd3d17c1de978d1ac85ac48f03b6dda143445019c698db83dea3fcb DIST torrent-10000.1.1.tar.gz 3977 BLAKE2B c1c487d6ef2d9da68cf3bbe24097824cd56a53276e8577a3dd28f949b818b8c396ce8d65eb721a3f9035969121ba4df9ca13a6f26ef085607f8b5e30d5ff1560 SHA512 db4c18ca8df4fd32c45d6fc01333a5ef083136dfd5833f13300161ca393b6f3ebb2a8ca2b2f7e2bbf7019eb9484e0b3b067677a63fd41311e3dc7a17111f5a6c diff --git a/dev-haskell/torrent/torrent-10000.0.0.ebuild b/dev-haskell/torrent/torrent-10000.0.0.ebuild deleted file mode 100644 index 6c485d6ac37b..000000000000 --- a/dev-haskell/torrent/torrent-10000.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="BitTorrent file parser and generater" -HOMEPAGE="https://hackage.haskell.org/package/torrent" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/bencode-0.2:=[profile?] - dev-haskell/binary:=[profile?] - dev-haskell/syb:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" diff --git a/dev-haskell/torrent/torrent-10000.0.1.ebuild b/dev-haskell/torrent/torrent-10000.0.1.ebuild deleted file mode 100644 index 88bc0b6c8a04..000000000000 --- a/dev-haskell/torrent/torrent-10000.0.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="BitTorrent file parser and generater" -HOMEPAGE="https://hackage.haskell.org/package/torrent" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/bencode-0.2:=[profile?] - dev-haskell/syb:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |