Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-mathematics/agda-executable/
Date: Mon, 31 Oct 2016 16:10:20
Message-Id: 1477930209.6e639e368bc6440190dd6002aaa9c8daa1c8f025.mgorny@gentoo
1 commit: 6e639e368bc6440190dd6002aaa9c8daa1c8f025
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:05:22 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 16:10:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e639e36
7
8 sci-mathematics/agda-executable: Remove last-rited pkg
9
10 profiles/package.mask | 5 ---
11 sci-mathematics/agda-executable/Manifest | 1 -
12 .../agda-executable-2.3.0.1-r1.ebuild | 36 ----------------------
13 .../agda-executable-2.3.0.1-r2.ebuild | 35 ---------------------
14 sci-mathematics/agda-executable/metadata.xml | 12 --------
15 5 files changed, 89 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index 23d4635..d0d191e 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -592,11 +592,6 @@ games-action/awesomenauts
22 # instead.
23 dev-haskell/base64-conduit
24
25 -# Sergei Trofimovich <slyfox@g.o> (11 Sep 2016)
26 -# Mask for removal in 30 days. >=sci-mathematics/agda-2.4
27 -# now provides 'agda' binary.
28 -sci-mathematics/agda-executable
29 -
30 # Lars Wendler <polynomial-c@g.o> (06 Sep 2016)
31 # Breaks samba's nmbd process (bug #592502)
32 # Masked the possible fixed samba version until more testing has been performed.
33
34 diff --git a/sci-mathematics/agda-executable/Manifest b/sci-mathematics/agda-executable/Manifest
35 deleted file mode 100644
36 index 3f091e2..00000000
37 --- a/sci-mathematics/agda-executable/Manifest
38 +++ /dev/null
39 @@ -1 +0,0 @@
40 -DIST Agda-executable-2.3.0.1.tar.gz 1765 SHA256 614594c414c828c87abb1913741db66447c09617d57b92e58ffe445ceffed694 SHA512 8abdd2739a36a952bb754c069717be70e9fa74b55fc048c2877f7d0c6791a5a8f7944b3b3a97be754fd00431ff94b9f7c6f35f40b8376155952c4b9b414890b2 WHIRLPOOL 84b738ef4fb75d7dcff8c9cc0002509ff2ccc9bdd5e27c04472deed6df960047da907948f7d5e585a5e3e8f6caafc05cf2e25718cd9b575e4cf18a0e1e8cd422
41
42 diff --git a/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r1.ebuild b/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r1.ebuild
43 deleted file mode 100644
44 index b05e061..00000000
45 --- a/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r1.ebuild
46 +++ /dev/null
47 @@ -1,36 +0,0 @@
48 -# Copyright 1999-2012 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -# $Id$
51 -
52 -EAPI=5
53 -
54 -# ebuild generated by hackport 0.3.9999
55 -
56 -CABAL_FEATURES="bin"
57 -inherit haskell-cabal eutils
58 -
59 -MY_PN="Agda-executable"
60 -MY_P="${MY_PN}-${PV}"
61 -
62 -DESCRIPTION="Command-line program for type-checking and compiling Agda programs"
63 -HOMEPAGE="http://wiki.portal.chalmers.se/agda/"
64 -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
65 -
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 -IUSE=""
70 -
71 -RDEPEND=""
72 -DEPEND="${RDEPEND}
73 - >=sci-mathematics/agda-2.3.0.1
74 - >=dev-haskell/cabal-1.8
75 - >=dev-lang/ghc-6.10.4"
76 -
77 -S="${WORKDIR}/${MY_P}"
78 -
79 -src_prepare() {
80 - cabal-mksetup
81 - sed -e 's@Agda == 2.3.0.1@Agda >= 2.3.0.1@' \
82 - -i "${S}/${MY_PN}.cabal" || die "Could not loosen dependencies"
83 -}
84
85 diff --git a/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r2.ebuild b/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r2.ebuild
86 deleted file mode 100644
87 index b6bc07a..00000000
88 --- a/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r2.ebuild
89 +++ /dev/null
90 @@ -1,35 +0,0 @@
91 -# Copyright 1999-2013 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI=5
96 -
97 -# ebuild generated by hackport 0.3.9999
98 -
99 -CABAL_FEATURES="bin"
100 -inherit haskell-cabal eutils
101 -
102 -MY_PN="Agda-executable"
103 -MY_P="${MY_PN}-${PV}"
104 -
105 -DESCRIPTION="Command-line program for type-checking and compiling Agda programs"
106 -HOMEPAGE="http://wiki.portal.chalmers.se/agda/"
107 -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
108 -
109 -LICENSE="MIT"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE=""
113 -
114 -RDEPEND=">=sci-mathematics/agda-2.3.0.1:="
115 -DEPEND="${RDEPEND}
116 - >=dev-haskell/cabal-1.8
117 - >=dev-lang/ghc-6.10.4"
118 -
119 -S="${WORKDIR}/${MY_P}"
120 -
121 -src_prepare() {
122 - cabal-mksetup
123 - sed -e 's@Agda == 2.3.0.1@Agda >= 2.3.0.1@' \
124 - -i "${S}/${MY_PN}.cabal" || die "Could not loosen dependencies"
125 -}
126
127 diff --git a/sci-mathematics/agda-executable/metadata.xml b/sci-mathematics/agda-executable/metadata.xml
128 deleted file mode 100644
129 index 029bd13..00000000
130 --- a/sci-mathematics/agda-executable/metadata.xml
131 +++ /dev/null
132 @@ -1,12 +0,0 @@
133 -<?xml version="1.0" encoding="UTF-8"?>
134 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
135 -<pkgmetadata>
136 - <maintainer type="project">
137 - <email>haskell@g.o</email>
138 - </maintainer>
139 - <longdescription>
140 - This package provides a command-line program for type-checking and
141 - compiling Agda programs. The program can also generate hyperlinked,
142 - highlighted HTML files from Agda sources.
143 - </longdescription>
144 -</pkgmetadata>