commit:     342c028a639c72c0ff08c06ed79309b9ffdda70d
Author:     Philip Miess <Philip_Miess <AT> yahoo <DOT> com>
AuthorDate: Thu Sep 19 14:57:58 2024 +0000
Commit:     Philip Miess <Phil_miess <AT> yahoo <DOT> com>
CommitDate: Thu Sep 19 14:57:58 2024 +0000
URL:        
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=342c028a

remove 0install 2.12.3 and 2.13

Signed-off-by: Philip Miess <Philip_Miess <AT> yahoo.com>

 sys-apps/0install/0install-2.12.3.ebuild | 59 --------------------------------
 sys-apps/0install/0install-2.13.ebuild   | 58 -------------------------------
 2 files changed, 117 deletions(-)

diff --git a/sys-apps/0install/0install-2.12.3.ebuild 
b/sys-apps/0install/0install-2.12.3.ebuild
deleted file mode 100644
index 1c8d0bf..0000000
--- a/sys-apps/0install/0install-2.12.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Zeroinstall Injector allows regular users to install software 
themselves"
-HOMEPAGE="http://0install.net/";
-SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk +ocamlopt test +dbus"
-
-COMMEN_DEPEND="<dev-lang/ocaml-4.07[ocamlopt?]
-               <dev-ml/lwt-4.0.0
-               dev-ml/lwt_react[ocamlopt?]
-               >=dev-ml/ocurl-0.7.9
-               >=dev-ml/ocaml-sha-1.9
-               dev-ml/xmlm
-               dev-ml/yojson
-               gtk? ( dev-ml/lablgtk[ocamlopt?]
-                          dev-ml/lwt_glib[ocamlopt?] )
-               dbus? ( dev-ml/obus[ocamlopt?] )"
-DEPEND="${COMMEN_DEPEND}
-               dev-ml/cppo[ocamlopt?]
-               dev-ml/ocamlbuild[ocamlopt?]
-               test? ( dev-ml/ounit[ocamlopt?] )"
-RDEPEND="${COMMEN_DEPEND}
-               app-crypt/gnupg
-               app-arch/xz-utils"
-
-# Disable test phase when test USE flag is disabled
-RESTRICT="!test? ( test )"
-
-src_compile() {
-       emake -j1 all
-}
-
-src_test() {
-       emake -j1 test
-}
-
-src_install() {
-       emake DESTDIR="${D}" install_system
-       rm -rf "${D}/usr/share/0install.net"
-       einstalldocs
-}
-
-pkg_postinst()
-{
-        gnome2_icon_cache_update
-}
-
-pkg_postrm()
-{
-       gnome2_icon_cache_update
-}

diff --git a/sys-apps/0install/0install-2.13.ebuild 
b/sys-apps/0install/0install-2.13.ebuild
deleted file mode 100644
index ab9db72..0000000
--- a/sys-apps/0install/0install-2.13.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Zeroinstall Injector allows regular users to install software 
themselves"
-HOMEPAGE="http://0install.net/";
-SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk +ocamlopt test +dbus"
-
-COMMEN_DEPEND=">=dev-lang/ocaml-4.03.0[ocamlopt?]
-               dev-ml/lwt_react[ocamlopt?]
-               >=dev-ml/ocurl-0.7.9
-               >=dev-ml/ocaml-sha-1.9
-               dev-ml/xmlm
-               dev-ml/yojson
-               gtk? ( >=dev-ml/lablgtk-2.18.2[ocamlopt?]
-                          dev-ml/lwt_glib[ocamlopt?] )
-               dbus? ( dev-ml/obus[ocamlopt?] )"
-DEPEND="${COMMEN_DEPEND}
-               dev-ml/cppo[ocamlopt?]
-               dev-ml/ocamlbuild[ocamlopt?]
-               test? ( dev-ml/ounit[ocamlopt?] )"
-RDEPEND="${COMMEN_DEPEND}
-               app-crypt/gnupg
-               app-arch/xz-utils"
-
-# Disable test phase when test USE flag is disabled
-RESTRICT="!test? ( test )"
-
-src_compile() {
-       emake -j1 all
-}
-
-src_test() {
-       emake -j1 test
-}
-
-src_install() {
-       emake DESTDIR="${D}" install_system
-       rm -rf "${D}/usr/share/0install.net"
-       einstalldocs
-}
-
-pkg_postinst()
-{
-        gnome2_icon_cache_update
-}
-
-pkg_postrm()
-{
-       gnome2_icon_cache_update
-}

Reply via email to