x11-misc/rofi-calc: bump to 1.6
authorRobin Hallabro-Kokko <robin@hallabro-kokko.se>
Wed, 15 Apr 2020 17:23:26 +0000 (19:23 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Fri, 17 Apr 2020 07:35:54 +0000 (10:35 +0300)
Closes: https://bugs.gentoo.org/717562

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Robin Hallabro-Kokko <robin@hallabro-kokko.se>
Closes: https://github.com/gentoo/gentoo/pull/15362
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
x11-misc/rofi-calc/Manifest
x11-misc/rofi-calc/rofi-calc-1.6.ebuild [new file with mode: 0644]

index 10d3a9cc37b207aa611eb81cf45eb368093ee5ee..095c85464e9774e82b8740f5f762c4dd44105259 100644 (file)
@@ -1 +1,2 @@
 DIST rofi-calc-1.5.tar.gz 1693385 BLAKE2B 7ff21873ee298c4295f2766917318796d6327959e63d99adc86857d2e05534e77062c9546ba8c6cf645a12ae46147e4583a61fc95dbc6953ee642449ff108d40 SHA512 04213b6489cd9e3c5085a88cee07ee9413819c19d4ee08f6e2eef3ad418d21b5acaf1d4ef21f1495d81694e5706f93598c91ada65f1bcc83ce94a6cf5d50ea0c
+DIST rofi-calc-1.6.tar.gz 1694150 BLAKE2B bc1f3a2589c0e704793693e0f007503d1b0eaa363f416f0d111709541f2960f0f5ab31d0eb129000e7f82af3d46ce0a52918cfbfc00d14292a839a40a0986bb0 SHA512 a87523d3d64fbd53e431dba7da674a213fcfbdcaac25906a19bc83aa3feb14da479b702b39fd58ffeb04198ea0a5d52808f7c9c36495defc99c9c83df963e0b6
diff --git a/x11-misc/rofi-calc/rofi-calc-1.6.ebuild b/x11-misc/rofi-calc/rofi-calc-1.6.ebuild
new file mode 100644 (file)
index 0000000..a267871
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Do live calculations in rofi!"
+HOMEPAGE="https://github.com/svenstaro/rofi-calc"
+SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       x11-misc/rofi
+       >=sci-libs/libqalculate-2.0
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       default
+       eautoreconf -i
+}