mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/hath: remove old "unused" ebuilds.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST hath-0.3.0.tar.gz 27747 BLAKE2B 2563ec0d8ae308f5262c401575722468a10eb9fbd309adbd9294b44203c8dc1b2f872b43a839b72590681f2c85cd2b04589509ab18a6c0df9f4aa99cd7ae993a SHA512 424c1f95301160fe17d5358082a52ede90ceac14bf2a57d9e481bfb8c727c8314e47c0e871f4049c051d6f7112aee2c71ca256904fd9203cec9fce0bafcfe740
|
||||
DIST hath-0.4.2.tar.gz 30482 BLAKE2B d65b45c8be85f231fbdbb398c4d4225a0c79ae6a46334fa3dc8de840c95129a1d0a235202b7696abf2f672f7d7bba9c6787063a4bd9d3b8dcf2292d0f31c4baf SHA512 54770dcd211a288f2a8ed02ec709d2bf535b912a776ca9dd8acfe01beccf6ce0a68c7e18a1117c656be989084ebde1dc6506c17e5e3c930be2a45178654b0627
|
||||
DIST hath-0.5.0.tar.gz 31258 BLAKE2B 496832d35cf88ccda3a8ce394a1b4b17f673d1873c44d6ee112881e1da0431a069feb3612a3d1c00b14005690f4a71898d3755635b4bc444f23fbe23fe6f95b5 SHA512 877b95f3b608315f2dd393097747918f20499ae9ffaf69d26f7113639458cb30425a63ecb358cb2cab7f543c658aa7297f3f54b0f500dffe3bda3c9e63647a99
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
# ebuild generated by hackport 0.4.3
|
||||
|
||||
CABAL_FEATURES="bin test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Hath manipulates network blocks in CIDR notation"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/hath"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/cmdargs-0.10
|
||||
>=dev-haskell/missingh-1.2
|
||||
>=dev-haskell/split-0.2
|
||||
>=dev-haskell/tasty-0.8
|
||||
>=dev-haskell/tasty-hunit-0.8
|
||||
>=dev-haskell/tasty-quickcheck-0.8.1
|
||||
>=dev-lang/ghc-7.6.1"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.16.0
|
||||
test? ( dev-util/shelltestrunner )
|
||||
"
|
||||
|
||||
src_install() {
|
||||
cabal_src_install
|
||||
doman "${S}/doc/man1/${PN}.1"
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# ebuild generated by hackport 0.5.2.9999
|
||||
|
||||
CABAL_FEATURES="test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Hath manipulates network blocks in CIDR notation"
|
||||
HOMEPAGE="http://michael.orlitzky.com/code/hath.xhtml"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/cmdargs-0.10:=
|
||||
>=dev-haskell/split-0.2:=
|
||||
>=dev-haskell/tasty-0.8:=
|
||||
>=dev-haskell/tasty-hunit-0.8:=
|
||||
>=dev-haskell/tasty-quickcheck-0.8.1:=
|
||||
>=dev-lang/ghc-8.0.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.24.0.0
|
||||
test? ( dev-util/shelltestrunner )
|
||||
"
|
||||
|
||||
src_install() {
|
||||
cabal_src_install
|
||||
doman "${S}/doc/man1/${PN}.1"
|
||||
}
|
||||
Reference in New Issue
Block a user