Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cpphs/
Date: Sun, 27 Dec 2020 11:01:22
Message-Id: 1609066875.8542c89273f7a4ac94924a8309e7639281a0b3ce.slyfox@gentoo
1 commit: 8542c89273f7a4ac94924a8309e7639281a0b3ce
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 10:54:17 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 11:01:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8542c892
7
8 dev-haskell/cpphs: drop old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/cpphs/Manifest | 1 -
14 dev-haskell/cpphs/cpphs-1.20.8.ebuild | 27 ---------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/dev-haskell/cpphs/Manifest b/dev-haskell/cpphs/Manifest
18 index bbf0107ac08..74070c97b96 100644
19 --- a/dev-haskell/cpphs/Manifest
20 +++ b/dev-haskell/cpphs/Manifest
21 @@ -1,2 +1 @@
22 -DIST cpphs-1.20.8.tar.gz 45108 BLAKE2B 8e373db64d0d2a21e123eb136aadfd45cb373411e0684c445e25eb6062ecf4c29ccce3214986680ab886a71bccade3ac381f8f82916002388af3103bc38e797d SHA512 ec9323f9e1cb6de450d8af6b6b98005bf46427c2926694e1cba942fd54a03d9d36a7e8f2541eb095949110ddaf6317597699b7c4472942a509d496cb9b4da747
23 DIST cpphs-1.20.9.1.tar.gz 45496 BLAKE2B 1a964c011628f260d1c7ad6653c03776a36a014ff6717f877796de0d0139dcd3454bd8d935e3fffda2d6dd9823fd5fc5be58b73bb9590de248381755b446148e SHA512 bc5cd86c1e42061ae5c940612542dbea420344fb8596495d71ff2dc724bc1a3785f830e51c3ae99394488a122deabacd6433a5c919e3682c4129f3b296b7931f
24
25 diff --git a/dev-haskell/cpphs/cpphs-1.20.8.ebuild b/dev-haskell/cpphs/cpphs-1.20.8.ebuild
26 deleted file mode 100644
27 index 95b8effa927..00000000000
28 --- a/dev-haskell/cpphs/cpphs-1.20.8.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -# ebuild generated by hackport 0.5.3.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor"
42 -HOMEPAGE="http://projects.haskell.org/cpphs/"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-haskell/old-locale:=[profile?]
51 - dev-haskell/old-time:=[profile?]
52 - >=dev-haskell/polyparse-1.9:=[profile?]
53 - >=dev-lang/ghc-7.4.1:=
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-haskell/cabal-1.6
57 -"