summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-31 17:05:22 +0100
committerMichał Górny <mgorny@gentoo.org>2016-10-31 17:10:09 +0100
commit6e639e368bc6440190dd6002aaa9c8daa1c8f025 (patch)
treec9c49b9975edc9cfa3bc357e8bc0f7d7020d9b21
parentsys-kernel/gentoo-sources: Linux patch 4.4.29 (diff)
downloadgentoo-6e639e368bc6440190dd6002aaa9c8daa1c8f025.tar.gz
gentoo-6e639e368bc6440190dd6002aaa9c8daa1c8f025.tar.bz2
gentoo-6e639e368bc6440190dd6002aaa9c8daa1c8f025.zip
sci-mathematics/agda-executable: Remove last-rited pkg
-rw-r--r--profiles/package.mask5
-rw-r--r--sci-mathematics/agda-executable/Manifest1
-rw-r--r--sci-mathematics/agda-executable/agda-executable-2.3.0.1-r1.ebuild36
-rw-r--r--sci-mathematics/agda-executable/agda-executable-2.3.0.1-r2.ebuild35
-rw-r--r--sci-mathematics/agda-executable/metadata.xml12
5 files changed, 0 insertions, 89 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 23d46359d54f..d0d191eb46a5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -592,11 +592,6 @@ games-action/awesomenauts
# instead.
dev-haskell/base64-conduit
-# Sergei Trofimovich <slyfox@gentoo.org> (11 Sep 2016)
-# Mask for removal in 30 days. >=sci-mathematics/agda-2.4
-# now provides 'agda' binary.
-sci-mathematics/agda-executable
-
# Lars Wendler <polynomial-c@gentoo.org> (06 Sep 2016)
# Breaks samba's nmbd process (bug #592502)
# Masked the possible fixed samba version until more testing has been performed.
diff --git a/sci-mathematics/agda-executable/Manifest b/sci-mathematics/agda-executable/Manifest
deleted file mode 100644
index 3f091e256599..000000000000
--- a/sci-mathematics/agda-executable/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Agda-executable-2.3.0.1.tar.gz 1765 SHA256 614594c414c828c87abb1913741db66447c09617d57b92e58ffe445ceffed694 SHA512 8abdd2739a36a952bb754c069717be70e9fa74b55fc048c2877f7d0c6791a5a8f7944b3b3a97be754fd00431ff94b9f7c6f35f40b8376155952c4b9b414890b2 WHIRLPOOL 84b738ef4fb75d7dcff8c9cc0002509ff2ccc9bdd5e27c04472deed6df960047da907948f7d5e585a5e3e8f6caafc05cf2e25718cd9b575e4cf18a0e1e8cd422
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
deleted file mode 100644
index b05e06178509..000000000000
--- a/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal eutils
-
-MY_PN="Agda-executable"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command-line program for type-checking and compiling Agda programs"
-HOMEPAGE="http://wiki.portal.chalmers.se/agda/"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=sci-mathematics/agda-2.3.0.1
- >=dev-haskell/cabal-1.8
- >=dev-lang/ghc-6.10.4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- cabal-mksetup
- sed -e 's@Agda == 2.3.0.1@Agda >= 2.3.0.1@' \
- -i "${S}/${MY_PN}.cabal" || die "Could not loosen dependencies"
-}
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
deleted file mode 100644
index b6bc07a1c288..000000000000
--- a/sci-mathematics/agda-executable/agda-executable-2.3.0.1-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal eutils
-
-MY_PN="Agda-executable"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command-line program for type-checking and compiling Agda programs"
-HOMEPAGE="http://wiki.portal.chalmers.se/agda/"
-SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=sci-mathematics/agda-2.3.0.1:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- >=dev-lang/ghc-6.10.4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- cabal-mksetup
- sed -e 's@Agda == 2.3.0.1@Agda >= 2.3.0.1@' \
- -i "${S}/${MY_PN}.cabal" || die "Could not loosen dependencies"
-}
diff --git a/sci-mathematics/agda-executable/metadata.xml b/sci-mathematics/agda-executable/metadata.xml
deleted file mode 100644
index 029bd1310887..000000000000
--- a/sci-mathematics/agda-executable/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- </maintainer>
- <longdescription>
- This package provides a command-line program for type-checking and
- compiling Agda programs. The program can also generate hyperlinked,
- highlighted HTML files from Agda sources.
- </longdescription>
-</pkgmetadata>