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/ocaml-sqlite3/
Date: Tue, 24 Jan 2017 11:23:21
Message-Id: 1485256852.bd54595f5fc2dab89e305d286557061a84142fa3.aballier@gentoo
1 commit: bd54595f5fc2dab89e305d286557061a84142fa3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:20:52 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:20:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd54595f
7
8 dev-ml/ocaml-sqlite3: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-sqlite3/Manifest | 3 ---
13 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.6.ebuild | 29 -------------------------
14 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.0.ebuild | 29 -------------------------
15 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.1.ebuild | 29 -------------------------
16 4 files changed, 90 deletions(-)
17
18 diff --git a/dev-ml/ocaml-sqlite3/Manifest b/dev-ml/ocaml-sqlite3/Manifest
19 index ddf0832..a8b727a 100644
20 --- a/dev-ml/ocaml-sqlite3/Manifest
21 +++ b/dev-ml/ocaml-sqlite3/Manifest
22 @@ -1,4 +1 @@
23 -DIST sqlite3-ocaml-4.0.6.tar.gz 70620 SHA256 921be9aab70743d8e56e51fdcc23c0974e54991e416e23d5dd025ca8d1adb269 SHA512 8659207d4ea08d062c465f6ac03f754b3c3eb7a9d17b95bb08a9a578eb45b4683400435ca063ad9b0c52267da060823dcaa4c566e5bcedf9229f24726d32a2b3 WHIRLPOOL c4cb389931682ceca6460281887707cd89e2e6b068499dd7e9b1061123b35279b3ca044bc328e9f4538cfc1d38c6f46f46116f0f62ba01634b0e6eb766267c8f
24 -DIST sqlite3-ocaml-4.1.0.tar.gz 76762 SHA256 1ab50edeee261da6835bc3b80e3d30172e37f2f230d186ae0099c1539574b79b SHA512 d444534d02039b1b505c1dbe9dcee4e29c3b4b6a4ed1f480552598a59a0748ebba144a54656fdc6d652993a22adaa69434ebf97dca4ab17a379160587d497fec WHIRLPOOL 090ac0f2cc2b8f828e91b076751cc1e6f79206d49d4ca5708dc3cdbac47a45792dfbd637eadda00cce75c3ec33d219cd5c8cf7d13308317dd32a3a591d4847ac
25 -DIST sqlite3-ocaml-4.1.1.tar.gz 76848 SHA256 8d180fb9753e70508077ddec65a55cd485cdb7106e7eb2ac94ff6356d7dff7da SHA512 79cd4866b56fe75c269d2c912182b6b0d6c8fd84e483d7e63d465af42e3fb658550720de6bb0a26659a84b559b8b91c9d28487f0cb0c68fc18025efa6c2e5453 WHIRLPOOL d7d11b52f82946fa6c36949c94cf4ae499659aaf6a3c69e1587edcaa41ed0f8b240dbcaba686a17297fbd1871ca78ff320c07df00ccb1a3bbf41f8be61718440
26 DIST sqlite3-ocaml-4.1.2.tar.gz 76879 SHA256 35dc12f238d171b1242c3bbc225ac947d1e34741dd6ff0a4da71197672b48191 SHA512 880f82fa9eba06114695bda56305245d2d9062f8136db85675463e97fbb8aee210df310d8d65d78e9eb1f882421581a97c4b7f20a790881f699b4d494be066f5 WHIRLPOOL 7e548b0032f4f439052a983321b201c7f2bf83f63df0354bc3a956cee2391f6048fd7089b3af239d3ec7ae9e68e823925411799b9c4c3d81d89bd5efda570bcf
27
28 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.6.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.6.ebuild
29 deleted file mode 100644
30 index c4ac79b..00000000
31 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.6.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -OASIS_BUILD_TESTS=1
41 -OASIS_BUILD_DOCS=1
42 -
43 -inherit oasis
44 -
45 -MY_PN="sqlite3-ocaml"
46 -MY_P="${MY_PN}-${PV}"
47 -
48 -DESCRIPTION="A package for ocaml that provides access to SQLite databases"
49 -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
50 -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
51 -
52 -LICENSE="MIT"
53 -SLOT="0/${PV}"
54 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
55 -IUSE=""
56 -
57 -DEPEND=">=dev-db/sqlite-3.3.3
58 - >=dev-ml/findlib-1.3.2"
59 -RDEPEND="${DEPEND}"
60 -
61 -S=${WORKDIR}/${MY_P}
62 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )
63
64 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.0.ebuild
65 deleted file mode 100644
66 index c4ac79b..00000000
67 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.0.ebuild
68 +++ /dev/null
69 @@ -1,29 +0,0 @@
70 -# Copyright 1999-2016 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73 -
74 -EAPI=5
75 -
76 -OASIS_BUILD_TESTS=1
77 -OASIS_BUILD_DOCS=1
78 -
79 -inherit oasis
80 -
81 -MY_PN="sqlite3-ocaml"
82 -MY_P="${MY_PN}-${PV}"
83 -
84 -DESCRIPTION="A package for ocaml that provides access to SQLite databases"
85 -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
86 -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0/${PV}"
90 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
91 -IUSE=""
92 -
93 -DEPEND=">=dev-db/sqlite-3.3.3
94 - >=dev-ml/findlib-1.3.2"
95 -RDEPEND="${DEPEND}"
96 -
97 -S=${WORKDIR}/${MY_P}
98 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )
99
100 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.1.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.1.ebuild
101 deleted file mode 100644
102 index 0fc8807..00000000
103 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.1.ebuild
104 +++ /dev/null
105 @@ -1,29 +0,0 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -# $Id$
109 -
110 -EAPI=5
111 -
112 -OASIS_BUILD_TESTS=1
113 -OASIS_BUILD_DOCS=1
114 -
115 -inherit oasis
116 -
117 -MY_PN="sqlite3-ocaml"
118 -MY_P="${MY_PN}-${PV}"
119 -
120 -DESCRIPTION="A package for ocaml that provides access to SQLite databases"
121 -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
122 -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
123 -
124 -LICENSE="MIT"
125 -SLOT="0/${PV}"
126 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
127 -IUSE=""
128 -
129 -DEPEND=">=dev-db/sqlite-3.3.3
130 - >=dev-ml/findlib-1.3.2"
131 -RDEPEND="${DEPEND}"
132 -
133 -S=${WORKDIR}/${MY_P}
134 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )