aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2019-09-28 13:19:08 +0200
committerPureTryOut <bribbers@disroot.org>2019-09-29 14:27:09 +0000
commit6c73ae861186c6818d4f6e6cfbacefb443015041 (patch)
tree71aae15c9f0298f678b2d0f0c2fe847e9ce30533 /dev-libs
parentnet-im/fractal: bump dependencies (diff)
downloadmatrix-6c73ae861186c6818d4f6e6cfbacefb443015041.tar.gz
matrix-6c73ae861186c6818d4f6e6cfbacefb443015041.tar.bz2
matrix-6c73ae861186c6818d4f6e6cfbacefb443015041.zip
gui-libs/libhandy: bump 0.0.11, transfer from net-libs
Imported from gx86 and ::gnome-next overlay Also do pkgmove and fix net-im/fractal . Signed-off-by: David Heidelberg <david@ixit.cz>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libhandy/Manifest1
-rw-r--r--dev-libs/libhandy/libhandy-0.0.10.ebuild42
-rw-r--r--dev-libs/libhandy/libhandy-9999.ebuild42
3 files changed, 0 insertions, 85 deletions
diff --git a/dev-libs/libhandy/Manifest b/dev-libs/libhandy/Manifest
deleted file mode 100644
index c862290..0000000
--- a/dev-libs/libhandy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libhandy-0.0.10.tar.gz 355586 BLAKE2B c24522c80b8e087db2c82a05859a3f5c9d50d883dc4b24b87801fad0dc1cf3f7455c6ed0b7810384430ba27aa03a0ff4ec6c12fba68476af45299c1feb5acbc6 SHA512 dc5298052243f945460a4d348aaca43f74e092dca99f52fb614d7a8abf59d15f980e03a712a70f39d97d8859589be1ff94f10316779320f3ea15b9ab741cf445
diff --git a/dev-libs/libhandy/libhandy-0.0.10.ebuild b/dev-libs/libhandy/libhandy-0.0.10.ebuild
deleted file mode 100644
index b2f90e8..0000000
--- a/dev-libs/libhandy/libhandy-0.0.10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal meson vala
-
-DESCRIPTION="A library full of GTK+ widgets for mobile phones"
-HOMEPAGE="https://source.puri.sm/Librem5/libhandy"
-
-
-if [[ ${PV} == "9999" ]]; then
- inherit git-r3
-
- SRC_URI=""
- EGIT_REPO_URI="https://source.puri.sm/Librem5/${PN}.git"
-else
- SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="dev-util/meson
- dev-lang/vala
- dev-util/glade
- dev-libs/gobject-introspection
- gnome-base/gnome-desktop"
-
-VALA_USE_DEPEND=vapigen
-BUILD_DIR="${S}/build"
-
-src_prepare() {
- default
-
- vala_src_prepare --vala-api-version $(vala_best_api_version)
-}
diff --git a/dev-libs/libhandy/libhandy-9999.ebuild b/dev-libs/libhandy/libhandy-9999.ebuild
deleted file mode 100644
index b2f90e8..0000000
--- a/dev-libs/libhandy/libhandy-9999.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal meson vala
-
-DESCRIPTION="A library full of GTK+ widgets for mobile phones"
-HOMEPAGE="https://source.puri.sm/Librem5/libhandy"
-
-
-if [[ ${PV} == "9999" ]]; then
- inherit git-r3
-
- SRC_URI=""
- EGIT_REPO_URI="https://source.puri.sm/Librem5/${PN}.git"
-else
- SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-v${PV}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="dev-util/meson
- dev-lang/vala
- dev-util/glade
- dev-libs/gobject-introspection
- gnome-base/gnome-desktop"
-
-VALA_USE_DEPEND=vapigen
-BUILD_DIR="${S}/build"
-
-src_prepare() {
- default
-
- vala_src_prepare --vala-api-version $(vala_best_api_version)
-}