summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2024-09-19 10:57:58 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2024-09-19 10:57:58 -0400
commit342c028a639c72c0ff08c06ed79309b9ffdda70d (patch)
tree0372f8d6c2da9aa64e9efe801b324a9fade9c74d
parentreturn to origenal patches try chaning eapply strip level (diff)
downloadsuperposition-342c028a639c72c0ff08c06ed79309b9ffdda70d.tar.gz
superposition-342c028a639c72c0ff08c06ed79309b9ffdda70d.tar.bz2
superposition-342c028a639c72c0ff08c06ed79309b9ffdda70d.zip
remove 0install 2.12.3 and 2.13
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
-rw-r--r--sys-apps/0install/0install-2.12.3.ebuild59
-rw-r--r--sys-apps/0install/0install-2.13.ebuild58
2 files changed, 0 insertions, 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
-}