diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-17 11:22:11 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-17 12:33:21 +0100 |
commit | ec5c7c5805a09a84cc609b7024d6b0c80bf9684d (patch) | |
tree | d72743f0d63c3d3893383e789fdbfba32cfb6be1 /dev-ml/ocaml-sqlite3 | |
parent | dev-ml/iTeML: bump to 2.4 (diff) | |
download | gentoo-ec5c7c5805a09a84cc609b7024d6b0c80bf9684d.tar.gz gentoo-ec5c7c5805a09a84cc609b7024d6b0c80bf9684d.tar.bz2 gentoo-ec5c7c5805a09a84cc609b7024d6b0c80bf9684d.zip |
dev-ml/ocaml-sqlite3: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-sqlite3')
-rw-r--r-- | dev-ml/ocaml-sqlite3/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.3.ebuild | 29 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild | 29 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.5.ebuild | 29 |
4 files changed, 0 insertions, 90 deletions
diff --git a/dev-ml/ocaml-sqlite3/Manifest b/dev-ml/ocaml-sqlite3/Manifest index 10d0f2455f7c..9518ae082750 100644 --- a/dev-ml/ocaml-sqlite3/Manifest +++ b/dev-ml/ocaml-sqlite3/Manifest @@ -1,4 +1 @@ -DIST sqlite3-ocaml-4.0.3.tar.gz 67376 SHA256 390383088b07fde6f775d060e59551ea796334b23b480d9937ad6429cd615d30 SHA512 5304874ac51aba140a4f2d5bbd147092d25a7fdfb006ff89800d54d7351e717b4db28732f0c7acba80d24bc78e198249cd01c1801034040bded8ebd941bfd482 WHIRLPOOL c2ecacd570b06a3ac375cba88b54ccf5de9ae130dcffbc71d25a91f16c5ccbecdb4303e7da8e7addb4027d8b0457798e1858ec2a82866d2b6089a9d6c6243ba0 -DIST sqlite3-ocaml-4.0.4.tar.gz 67641 SHA256 f8cfe8c597835c7c5e5f3fbf9e12b9ee882009c0fee956e102bb4a7190c0e3cf SHA512 679eb9b1b2926e8e6e21f0ff3204435faf6855218d087a3881bd6ffd403cc85bd6073fd737200a5c3b0484a80ea139fcd1fc5d6d66bdba99f19df555373d447c WHIRLPOOL c82e99989f7b60d6bd2e721c9146d57d63570a003221e101f517ab377275d5d96abbc36b43fab458724104f75e8175687d0af0992d0e8a22e34fc1ba5c4720b1 -DIST sqlite3-ocaml-4.0.5.tar.gz 67839 SHA256 bf0bdc597533d62b8de2798e9aa46c37570875cb4af4f9f42fba21dd59f3f0cb SHA512 cdb01cddc702e30fdeaf5b7a45223d28abf33f3568850d5dad97926cf1358990edb363c38e199c1f30048e2d79211e6ad84046f8ed5d5ad4f0f6527b19b8e70d WHIRLPOOL ec319097214426e1d94b32c9d788490839bd5cb542a8c0b3354b4dc98028225ee54bdbe4a32ec481d842772730c2625f3bf5c9da4e705dcac99bab1bcbda661d DIST sqlite3-ocaml-4.0.6.tar.gz 70620 SHA256 921be9aab70743d8e56e51fdcc23c0974e54991e416e23d5dd025ca8d1adb269 SHA512 8659207d4ea08d062c465f6ac03f754b3c3eb7a9d17b95bb08a9a578eb45b4683400435ca063ad9b0c52267da060823dcaa4c566e5bcedf9229f24726d32a2b3 WHIRLPOOL c4cb389931682ceca6460281887707cd89e2e6b068499dd7e9b1061123b35279b3ca044bc328e9f4538cfc1d38c6f46f46116f0f62ba01634b0e6eb766267c8f diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.3.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.3.ebuild deleted file mode 100644 index d10376724c86..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -MY_PN="sqlite3-ocaml" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases" -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-db/sqlite-3.3.3 - >=dev-ml/findlib-1.3.2" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" ) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild deleted file mode 100644 index c4ac79bc1c30..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -MY_PN="sqlite3-ocaml" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases" -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-db/sqlite-3.3.3 - >=dev-ml/findlib-1.3.2" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" ) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.5.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.5.ebuild deleted file mode 100644 index c4ac79bc1c30..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_TESTS=1 -OASIS_BUILD_DOCS=1 - -inherit oasis - -MY_PN="sqlite3-ocaml" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases" -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-db/sqlite-3.3.3 - >=dev-ml/findlib-1.3.2" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" ) |