commit:     f58f58516286b21a6cdca90bf3ab614d8cf9fe5e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 20:20:11 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 20:23:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58f5851

dev-haskell/gluraw: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/gluraw/Manifest              |  4 ----
 dev-haskell/gluraw/gluraw-1.3.0.0.ebuild | 29 ------------------------
 dev-haskell/gluraw/gluraw-1.4.0.1.ebuild | 37 -------------------------------
 dev-haskell/gluraw/gluraw-1.5.0.1.ebuild | 38 --------------------------------
 dev-haskell/gluraw/gluraw-2.0.0.3.ebuild | 37 -------------------------------
 5 files changed, 145 deletions(-)

diff --git a/dev-haskell/gluraw/Manifest b/dev-haskell/gluraw/Manifest
index 245c6d94f51..5d8f4a170ae 100644
--- a/dev-haskell/gluraw/Manifest
+++ b/dev-haskell/gluraw/Manifest
@@ -1,5 +1 @@
-DIST GLURaw-1.3.0.0.tar.gz 7779 BLAKE2B 
7de3ec011ffaeb9cb098d0253452433c1b2c0214b6345116842a21723e9c59b1edf4d4dad1a62a075b105c2df2dcfba1bf19180a8b5c09d18e9d08b80e3be316
 SHA512 
a51f62ab3465913216c43686c2ceac16ab78e24fabe740afec4264afd5afbfc1fc45d535b08374d719ca38dad9bb12a7227a01b1cfaee044f549fd4f4f8900b6
-DIST GLURaw-1.4.0.1.tar.gz 8445 BLAKE2B 
fbfe156d291fa830c91672b2c8aaff4c60c04ff990af66991da1fd8845645dc876751648f15c81c2004176d839b75a9b595be9513eb3970aad1d4fd17b5400b4
 SHA512 
48eb52f7923148c014f89d07029cb7293b325f9bc0d3786c685f1de73a58553602d77edd8261da3d3bdc7090249d11234ef97e76ba436bcd9acc2a8cdec78bed
-DIST GLURaw-1.5.0.1.tar.gz 10121 BLAKE2B 
e21d22e49349becd367686684e87f915cf42a5afb50fd03a2b811ff1047f5bc60eb709b09fcd935497a7a0512bb219a646705011dc0046e132034f49344f9eeb
 SHA512 
085e28e63a28a72e766ec1404d4cf4f3189251e5a159fc00f5d06916a6e38ef80cf9f319e06e3a751db2354042aca4e74e5a736bba966457edc0f24197c950ad
-DIST GLURaw-2.0.0.3.tar.gz 10515 BLAKE2B 
eab97d41f801c5607a25e42463accdc615c4c2d21126481f472ff0faa78341d04956834eb7c6fe738c6670a788d5c7b729a08e6de234a1497391be3b8520d0f1
 SHA512 
dccd459c9392b1608d91cb80904346472209cb5dc8f2afbbb1ad07e24ddc0c8affc2eda4bb9aec9b2bc0e94e4546685cb60239c5687c629a8184b91162b4cc56
 DIST GLURaw-2.0.0.4.tar.gz 10557 BLAKE2B 
6e25f2167bf4fd9307a07c1081966cd2072d145317752a53d104a0dcc9ad282f83c9d98ba2a0ccab14d900d2f1ab0b0e0d381aef651baf4f077d830de8ef0803
 SHA512 
971402ed5fd84e8f0e6abca27fd78bee298750930901e66cc782b53d79d28093085120c3fc373a38d5a1354d55f69e1ec1c5ede5a0b1f9a019cf705f11ffcfcc

diff --git a/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild 
b/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild
deleted file mode 100644
index 44f7f1eb1b3..00000000000
--- a/dev-haskell/gluraw/gluraw-1.3.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="GLURaw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A raw binding for the OpenGL graphics system"
-HOMEPAGE="https://www.haskell.org/haskellwiki/Opengl";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=dev-haskell/openglraw-1.3*:=[profile?]
-               >=dev-lang/ghc-6.10.4:=
-               virtual/glu"
-DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.6"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-haskell/gluraw/gluraw-1.4.0.1.ebuild 
b/dev-haskell/gluraw/gluraw-1.4.0.1.ebuild
deleted file mode 100644
index 7f29bda139a..00000000000
--- a/dev-haskell/gluraw/gluraw-1.4.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.9999
-#hackport: flags: -usenativewindowslibraries
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="GLURaw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A raw binding for the OpenGL graphics system"
-HOMEPAGE="https://www.haskell.org/haskellwiki/Opengl";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/openglraw-1.3.0.0:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-       virtual/glu
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-usenativewindowslibraries
-}

diff --git a/dev-haskell/gluraw/gluraw-1.5.0.1.ebuild 
b/dev-haskell/gluraw/gluraw-1.5.0.1.ebuild
deleted file mode 100644
index b7191fc14a8..00000000000
--- a/dev-haskell/gluraw/gluraw-1.5.0.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-#hackport: flags: -usenativewindowslibraries
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="GLURaw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A raw binding for the OpenGL graphics system"
-HOMEPAGE="https://www.haskell.org/haskellwiki/Opengl";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/openglraw-2.4:=[profile?] 
<dev-haskell/openglraw-2.6:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.5:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-       virtual/glu
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-usenativewindowslibraries
-}

diff --git a/dev-haskell/gluraw/gluraw-2.0.0.3.ebuild 
b/dev-haskell/gluraw/gluraw-2.0.0.3.ebuild
deleted file mode 100644
index 4530e72f910..00000000000
--- a/dev-haskell/gluraw/gluraw-2.0.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-#hackport: flags: -usenativewindowslibraries
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="GLURaw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A raw binding for the OpenGL graphics system"
-HOMEPAGE="https://www.haskell.org/haskellwiki/Opengl";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/openglraw-3.0:=[profile?] 
<dev-haskell/openglraw-3.3:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-       virtual/glu
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-usenativewindowslibraries
-}

Reply via email to