public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/shellish/files/, dev-haskell/shellish/
@ 2020-09-02  7:46 Sergei Trofimovich
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2020-09-02  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8ec29738803f86d02f2abce0e541c3fc7e5c354d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 07:45:56 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 07:46:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec29738

dev-haskell/shellish: remove masked package

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/shellish/Manifest                      |  1 -
 .../shellish/files/shellish-0.1.4-ghc-7.10.patch   |  9 -------
 .../shellish/files/shellish-0.1.4-ghc-8.patch      |  9 -------
 dev-haskell/shellish/metadata.xml                  | 21 ---------------
 dev-haskell/shellish/shellish-0.1.4.ebuild         | 30 ----------------------
 profiles/package.mask                              |  5 ----
 6 files changed, 75 deletions(-)

diff --git a/dev-haskell/shellish/Manifest b/dev-haskell/shellish/Manifest
deleted file mode 100644
index 573922da179..00000000000
--- a/dev-haskell/shellish/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shellish-0.1.4.tar.gz 7268 BLAKE2B d315b956f64d6ebf9cd3728468b63775448fd6446fdbed8570ddc81885027884b2112c1377a457693463d42dc9f43c8088119f4fa09b8612dd830a504ffcb07b SHA512 4507ab92ca2db6a0e79d799ba303b3cb64fa887ec4581f0e1d191340fa7116db2c4bae069d6692c51d3d754ea0672b2d5c12b582d769b81b5b0e25c8c97c8a62

diff --git a/dev-haskell/shellish/files/shellish-0.1.4-ghc-7.10.patch b/dev-haskell/shellish/files/shellish-0.1.4-ghc-7.10.patch
deleted file mode 100644
index c756635f600..00000000000
--- a/dev-haskell/shellish/files/shellish-0.1.4-ghc-7.10.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/Shellish.hs b/Shellish.hs
-index 1e3c192..0ac20c2 100644
---- a/Shellish.hs
-+++ b/Shellish.hs
-@@ -1,3 +1,3 @@
- {-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, OverloadedStrings,
--             MultiParamTypeClasses, FlexibleInstances #-}
-+             MultiParamTypeClasses, FlexibleInstances, FlexibleContexts #-}
- 

diff --git a/dev-haskell/shellish/files/shellish-0.1.4-ghc-8.patch b/dev-haskell/shellish/files/shellish-0.1.4-ghc-8.patch
deleted file mode 100644
index 49525543acb..00000000000
--- a/dev-haskell/shellish/files/shellish-0.1.4-ghc-8.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/Shellish.hs b/Shellish.hs
-index 0ac20c2..7de0e11 100644
---- a/Shellish.hs
-+++ b/Shellish.hs
-@@ -180,3 +180,3 @@ test_s = path >=> liftIO . \f -> do
-   stat <- getSymbolicLinkStatus f
--  return $ isSymbolicLink stat
-+  return $ System.PosixCompat.Files.isSymbolicLink stat
- 

diff --git a/dev-haskell/shellish/metadata.xml b/dev-haskell/shellish/metadata.xml
deleted file mode 100644
index 220975e213d..00000000000
--- a/dev-haskell/shellish/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>haskell@gentoo.org</email>
-		<name>Gentoo Haskell</name>
-	</maintainer>
-	<longdescription>
-		The shellisg package provides a single module for convenient
-		\"systems\" programming in Haskell, similar in spirit to POSIX
-		shells or PERL.
-		
-		* Elegance and safety is sacrificed for conciseness and
-		swiss-army-knife-ness.
-		
-		* The interface exported by Shellish is thread-safe.
-		
-		Overall, the module should help you to get a job done quickly,
-		without getting too dirty.
-	</longdescription>
-</pkgmetadata>

diff --git a/dev-haskell/shellish/shellish-0.1.4.ebuild b/dev-haskell/shellish/shellish-0.1.4.ebuild
deleted file mode 100644
index b441415f387..00000000000
--- a/dev-haskell/shellish/shellish-0.1.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="shell-/perl- like (systems) programming in Haskell"
-HOMEPAGE="http://repos.mornfall.net/shellish"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/mtl[profile?]
-		dev-haskell/strict[profile?]
-		dev-haskell/unix-compat[profile?]
-		>=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.6"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-ghc-7.10.patch
-	epatch "${FILESDIR}"/${P}-ghc-8.patch
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index e658c386f23..7ba54a69c55 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -531,11 +531,6 @@ media-sound/specimen
 # Removal in 30 days. bug #736300
 media-sound/jackbeat
 
-# Sergei Trofimovich <slyfox@gentoo.org> (2020-08-08)
-# Was not ported to >=ghc-8. Old dev-vcs/darcs was the only user.
-# Removal in 30 days. bug #736250
-dev-haskell/shellish
-
 # Michał Górny <mgorny@gentoo.org> (2020-08-07)
 # Last upstream (pre-)release in 2016.  Python 3 porting effort is not
 # progressing since February, and PRs are stuck.  Homepage is gone.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-02  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-02  7:46 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/shellish/files/, dev-haskell/shellish/ Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox