Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/labltk/
Date: Tue, 14 Feb 2017 09:31:55
Message-Id: 1487064704.1cf25d2cbe7d753dc1707a7cd987b41d23f09e92.aballier@gentoo
1 commit: 1cf25d2cbe7d753dc1707a7cd987b41d23f09e92
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 09:29:37 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 09:31:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf25d2c
7
8 dev-ml/labltk: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/labltk/Manifest | 2 --
13 dev-ml/labltk/labltk-8.06.0.ebuild | 44 --------------------------------------
14 dev-ml/labltk/labltk-8.06.1.ebuild | 44 --------------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/dev-ml/labltk/Manifest b/dev-ml/labltk/Manifest
18 index f76fe8a870..fba4373069 100644
19 --- a/dev-ml/labltk/Manifest
20 +++ b/dev-ml/labltk/Manifest
21 @@ -1,3 +1 @@
22 -DIST labltk-8.06.0.tar.gz 368790 SHA256 71997dbd6c36e4eb064484dc73037d4bd10e465e180fead07a4b193d21af9764 SHA512 c005f8c177bca982a39bfcfd9d77640bedf7e4cc3a6690fc01fa2a8ebedcfb30ad3677501400ae2e0e276eb13fdd565319e23bb02dce84d78257ae7fbe545f47 WHIRLPOOL e231527f1403fbe9aa1102d0a6bc444df0ce5806e64ce8d1323100580767e823922db0713c0d3423f79ff2e82e162673486160953aaea4ff188b5ae666ea4445
23 -DIST labltk-8.06.1.tar.gz 369426 SHA256 d6ac4bb373d10342a1af045f28db34dcded50d92a6c6886ed45d1de050e63c8b SHA512 e41fc4f69e2e72302e8f1064ab71f753e379a51f78e3cb8b793eb6483fb35467764df7ef47f1169968525561b4da4f70942f6e7c798de79fd4ffebe1a4390d0c WHIRLPOOL d4ab8e6ca710cc1147f83652a9beb26c1a6c2f3ebc754d8c2b9b1aed132b34ec1e65d71bec1eb4e672305421220df74b237d3d4f25ee53ca17d7669843f21bb2
24 DIST labltk-8.06.2.tar.gz 369508 SHA256 b32ea0465ec2fff89ebf5219845656f8334f61857e01ea3d59b3ab31749227dd SHA512 d9342d49ba8769edd7a4ed051844f6ae5d3e62a7c2c76e895bfd1162d0433c4ea54f2314b29b708551fba63daec1123553b56f0abb6412807ab00d7bb40b73d6 WHIRLPOOL 4300efb9bc6499901f7b984bb10230fdea0084d6346f5f8acc832eb054f44e52c00425994196721a966caabc917a93210a20b8bea25eefde08b4288f58a04b21
25
26 diff --git a/dev-ml/labltk/labltk-8.06.0.ebuild b/dev-ml/labltk/labltk-8.06.0.ebuild
27 deleted file mode 100644
28 index bb44f85ee2..0000000000
29 --- a/dev-ml/labltk/labltk-8.06.0.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit findlib eutils
39 -
40 -DESCRIPTION="OCaml interface to the Tcl/Tk GUI framework"
41 -HOMEPAGE="https://forge.ocamlcore.org/projects/labltk/"
42 -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1455/${P}.tar.gz"
43 -
44 -LICENSE="QPL-1.0 LGPL-2"
45 -SLOT="0/${PV}"
46 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
47 -IUSE="+ocamlopt X"
48 -
49 -RDEPEND=">=dev-lang/tk-8.0.3
50 - >=dev-lang/ocaml-4.02:=[ocamlopt?,X?]"
51 -DEPEND="${RDEPEND}
52 - >=dev-ml/findlib-1.5.5-r1"
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}/findlib.patch"
56 -}
57 -
58 -src_configure() {
59 - ./configure --use-findlib --verbose $(use X || echo "--tk-no-x11") || die "configure failed!"
60 -}
61 -
62 -src_compile() {
63 - emake
64 - use ocamlopt && emake opt
65 -}
66 -
67 -src_install() {
68 - findlib_src_preinst
69 - dodir /usr/bin
70 - emake \
71 - INSTALLDIR="${D}$(ocamlc -where)/labltk" \
72 - INSTALLBINDIR="${ED}/usr/bin/" \
73 - install
74 - dodoc Changes README.mlTk
75 -}
76
77 diff --git a/dev-ml/labltk/labltk-8.06.1.ebuild b/dev-ml/labltk/labltk-8.06.1.ebuild
78 deleted file mode 100644
79 index a5ef9d6e18..0000000000
80 --- a/dev-ml/labltk/labltk-8.06.1.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2014 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -# $Id$
86 -
87 -EAPI=5
88 -
89 -inherit findlib eutils
90 -
91 -DESCRIPTION="OCaml interface to the Tcl/Tk GUI framework"
92 -HOMEPAGE="https://forge.ocamlcore.org/projects/labltk/"
93 -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1603/${P}.tar.gz"
94 -
95 -LICENSE="QPL-1.0 LGPL-2"
96 -SLOT="0/${PV}"
97 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
98 -IUSE="+ocamlopt X"
99 -
100 -RDEPEND=">=dev-lang/tk-8.0.3:=
101 - >=dev-lang/ocaml-4.03:=[ocamlopt?,X?]"
102 -DEPEND="${RDEPEND}
103 - >=dev-ml/findlib-1.5.5-r1"
104 -
105 -src_prepare() {
106 - epatch "${FILESDIR}/findlib.patch"
107 -}
108 -
109 -src_configure() {
110 - ./configure --use-findlib --verbose $(use X || echo "--tk-no-x11") || die "configure failed!"
111 -}
112 -
113 -src_compile() {
114 - emake -j1
115 - use ocamlopt && emake -j1 opt
116 -}
117 -
118 -src_install() {
119 - findlib_src_preinst
120 - dodir /usr/bin
121 - emake \
122 - INSTALLDIR="${D}$(ocamlc -where)/labltk" \
123 - INSTALLBINDIR="${ED}/usr/bin/" \
124 - install
125 - dodoc Changes README.mlTk
126 -}