public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hlint/
Date: Wed, 26 Aug 2020 23:25:47 +0000 (UTC)	[thread overview]
Message-ID: <1598484343.980ca54afaeab9122b6c9d7112f952b254a5ae96.slyfox@gentoo> (raw)

commit:     980ca54afaeab9122b6c9d7112f952b254a5ae96
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Tue Aug 25 23:24:24 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 23:25:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980ca54a

dev-haskell/hlint: remove old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/hlint/Manifest            |  3 --
 dev-haskell/hlint/hlint-1.8.57.ebuild | 69 -------------------------------
 dev-haskell/hlint/hlint-1.9.21.ebuild | 74 ----------------------------------
 dev-haskell/hlint/hlint-1.9.35.ebuild | 76 -----------------------------------
 dev-haskell/hlint/metadata.xml        |  3 --
 5 files changed, 225 deletions(-)

diff --git a/dev-haskell/hlint/Manifest b/dev-haskell/hlint/Manifest
index b5094d40065..9874fd2d96f 100644
--- a/dev-haskell/hlint/Manifest
+++ b/dev-haskell/hlint/Manifest
@@ -1,4 +1 @@
-DIST hlint-1.8.57.tar.gz 79071 BLAKE2B 5c538ecd36a22d879b0746fa0f3df3715e7d8f85407ff3375f4b850256eb125d0dd01d875fe6babe8c912b62402da7fd88df6d05194e5501c449f9230f33b500 SHA512 1fca029067cf34f9d024640fbacfc455e733adb239e339471131b014c3d5cab671e5c267d855d1df7dd76440dab45a8981502dd840073005a4e5c50d177f91da
-DIST hlint-1.9.21.tar.gz 88802 BLAKE2B 08708331c50b73433c7fde7c826d976126f7bdd758722f6a8903d18d45da6d9ffcd32b883036f17c74165feb0245199e2e248fee9701c01153736d62f73b9494 SHA512 e7e87aba3905bb577d952a960a92038816bf057ed19aa85cff0deaa653a9c248b6a4b44b907024ad271abf615ab94ebac6f4801c77f545cadbddf0db57f13ad8
-DIST hlint-1.9.35.tar.gz 97402 BLAKE2B ea3bb516769c496be4943ab57a37bde97e1a03fca56dd6c9bdc3da30ac86b1b0538796e868de85049d28fa8286bfd45e0f1fb960e15cf12294bdb74dab08f926 SHA512 14daa5ad5652f93b3e3c4d5cff1df3735755c1561c2eb6c7ae3d05401d4a253ccba87d0cb5d09e690ce1a30f0352a26839856dd648bb10a13013cb43aed28606
 DIST hlint-2.1.17.tar.gz 119243 BLAKE2B 09d70dffdaec25e8f574fb4dd1f6012828cc8032e38b9275a676b836bff0a86e331ac4e7780618001931622e985ad4a9bd799267b06dee059f3f1b28b33bdf16 SHA512 b0a78fa970bcf2b74d969e1825dee1c7382fb5cebc47f3c752f3b3d5915905943dff21e36f8c0158e3bd10696c4785a2c86a2e1abfcf72b610ab2b564f3be5f3

diff --git a/dev-haskell/hlint/hlint-1.8.57.ebuild b/dev-haskell/hlint/hlint-1.8.57.ebuild
deleted file mode 100644
index 20dddcc621f..00000000000
--- a/dev-haskell/hlint/hlint-1.8.57.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal elisp-common
-
-DESCRIPTION="Source code suggestions"
-HOMEPAGE="http://community.haskell.org/~ndm/hlint/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-
-RDEPEND=">=dev-haskell/cpphs-1.11:=[profile?]
-	>=dev-haskell/haskell-src-exts-1.14:=[profile?] <dev-haskell/haskell-src-exts-1.15:=[profile?]
-	>=dev-haskell/hscolour-1.17:=[profile?]
-	>=dev-haskell/transformers-0.0:=[profile?]
-	>=dev-haskell/uniplate-1.5:=[profile?]
-	>=dev-lang/ghc-6.10.4:=
-	emacs? ( >=app-editors/emacs-23.1:* )
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6.0.3
-"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_configure() {
-	local threaded_flag=""
-	if $(ghc-supports-threaded-runtime); then
-		threaded_flag="--flags=threaded"
-	else
-		threaded_flag="--flags=-threaded"
-	fi
-	cabal_src_configure \
-		$threaded_flag
-}
-
-src_compile() {
-	cabal_src_compile
-
-	use emacs && elisp-compile data/hs-lint.el
-}
-
-src_install() {
-	cabal_src_install
-
-	if use emacs; then
-		elisp-install ${PN} data/*.el data/*.elc || die "elisp-install failed."
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	fi
-
-	doman data/hlint.1
-}
-
-pkg_postinst() {
-	ghc-package_pkg_postinst
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}

diff --git a/dev-haskell/hlint/hlint-1.9.21.ebuild b/dev-haskell/hlint/hlint-1.9.21.ebuild
deleted file mode 100644
index b6973151618..00000000000
--- a/dev-haskell/hlint/hlint-1.9.21.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 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="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal elisp-common
-
-DESCRIPTION="Source code suggestions"
-HOMEPAGE="http://community.haskell.org/~ndm/hlint/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs +gpl"
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?]
-	>=dev-haskell/cmdargs-0.10:=[profile?]
-	>=dev-haskell/cpphs-1.18.1:=[profile?]
-	>=dev-haskell/extra-0.5:2=[profile?]
-	>=dev-haskell/haskell-src-exts-1.16:=[profile?] <dev-haskell/haskell-src-exts-1.17:=[profile?]
-	>=dev-haskell/transformers-0.0:=[profile?]
-	>=dev-haskell/uniplate-1.5:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-	emacs? ( >=app-editors/emacs-23.1:* )
-	gpl? ( >=dev-haskell/hscolour-1.21:=[profile?] )
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.6
-"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_configure() {
-	local threaded_flag=""
-	if $(ghc-supports-threaded-runtime); then
-		threaded_flag="--flags=threaded"
-	else
-		threaded_flag="--flags=-threaded"
-	fi
-
-	haskell-cabal_src_configure \
-		$(cabal_flag gpl gpl) \
-		$threaded_flag
-}
-
-src_compile() {
-	cabal_src_compile
-
-	use emacs && elisp-compile data/hs-lint.el
-}
-
-src_install() {
-	cabal_src_install
-
-	if use emacs; then
-		elisp-install ${PN} data/*.el data/*.elc || die "elisp-install failed."
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	fi
-
-	doman data/hlint.1
-}
-
-pkg_postinst() {
-	ghc-package_pkg_postinst
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}

diff --git a/dev-haskell/hlint/hlint-1.9.35.ebuild b/dev-haskell/hlint/hlint-1.9.35.ebuild
deleted file mode 100644
index 6ee0f0185d9..00000000000
--- a/dev-haskell/hlint/hlint-1.9.35.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal elisp-common
-
-DESCRIPTION="Source code suggestions"
-HOMEPAGE="https://github.com/ndmitchell/hlint#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs +gpl"
-
-RDEPEND=">=dev-haskell/ansi-terminal-0.6.2:=[profile?]
-	>=dev-haskell/cmdargs-0.10:=[profile?]
-	>=dev-haskell/cpphs-1.20.1:=[profile?]
-	>=dev-haskell/extra-1.4.9:2=[profile?]
-	>=dev-haskell/haskell-src-exts-1.17:=[profile?] <dev-haskell/haskell-src-exts-1.18:=[profile?]
-	>=dev-haskell/refact-0.3:=[profile?]
-	dev-haskell/transformers:=[profile?]
-	>=dev-haskell/uniplate-1.5:=[profile?]
-	>=dev-lang/ghc-7.4.1:=
-	emacs? ( >=app-editors/emacs-23.1:* )
-	gpl? ( >=dev-haskell/hscolour-1.21:=[profile?] )
-"
-DEPEND="${RDEPEND}
-	>=dev-haskell/cabal-1.8
-"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_configure() {
-	local threaded_flag=""
-	if $(ghc-supports-threaded-runtime); then
-		threaded_flag="--flags=threaded"
-	else
-		threaded_flag="--flags=-threaded"
-	fi
-
-	haskell-cabal_src_configure \
-		$(cabal_flag gpl gpl) \
-		$threaded_flag
-}
-
-src_compile() {
-	cabal_src_compile
-
-	use emacs && elisp-compile data/hs-lint.el
-}
-
-src_install() {
-	cabal_src_install
-
-	if use emacs; then
-		elisp-install ${PN} data/*.el data/*.elc || die "elisp-install failed."
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	fi
-
-	doman data/hlint.1
-}
-
-pkg_postinst() {
-	haskell-cabal_pkg_postinst
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	haskell-cabal_pkg_postrm
-	use emacs && elisp-site-regen
-}

diff --git a/dev-haskell/hlint/metadata.xml b/dev-haskell/hlint/metadata.xml
index d9589665f74..1d96b0c9db8 100644
--- a/dev-haskell/hlint/metadata.xml
+++ b/dev-haskell/hlint/metadata.xml
@@ -5,9 +5,6 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<longdescription>
-		HLint gives suggestions on how to improve your source code.
-	</longdescription>
 	<use>
 		<flag name="gpl">Use GPL libraries, specifically hscolour.</flag>
 	</use>


             reply	other threads:[~2020-08-26 23:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 23:25 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-29  7:55 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hlint/ Jakov Smolić
2021-04-21  7:40 Sergei Trofimovich
2021-04-21  7:40 Sergei Trofimovich
2020-08-01  8:08 Sergei Trofimovich
2016-09-11 13:17 Sergei Trofimovich
2016-02-26 22:30 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=1598484343.980ca54afaeab9122b6c9d7112f952b254a5ae96.slyfox@gentoo \
    --to=slyfox@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