aboutsummaryrefslogtreecommitdiffstats
path: root/testing/translate-shell
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-11 06:36:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-11 06:36:03 -0300
commit909c6ca71475d921342a37d48eea67411cc2dbb9 (patch)
treeeb3922a1e247bdfe299597df68157275d94d9370 /testing/translate-shell
parent580842dac7baabca3d2698112e3f3be766af8abe (diff)
downloadaports-909c6ca71475d921342a37d48eea67411cc2dbb9.tar.bz2
aports-909c6ca71475d921342a37d48eea67411cc2dbb9.tar.xz
community/translate-shell: move from testing
Diffstat (limited to 'testing/translate-shell')
-rw-r--r--testing/translate-shell/APKBUILD30
-rw-r--r--testing/translate-shell/drop-rlwrap-emacs-tests.patch24
2 files changed, 0 insertions, 54 deletions
diff --git a/testing/translate-shell/APKBUILD b/testing/translate-shell/APKBUILD
deleted file mode 100644
index d5f387d2ed..0000000000
--- a/testing/translate-shell/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=translate-shell
-pkgver=0.9.6.11
-pkgrel=0
-pkgdesc="Command-line online translator"
-options="!check" # x86_64 test fail without good info
-url="https://www.soimort.org/translate-shell"
-arch="noarch"
-license="Unlicense"
-depends="gawk bash"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/soimort/translate-shell/archive/v$pkgver.tar.gz
- drop-rlwrap-emacs-tests.patch
- "
-
-build() {
- make
-}
-
-check() {
- make check
-}
-
-package() {
- make install DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-sha512sums="d4d376b3750e43e3de5b95790fea7fc91e94140526ac15ee9f7818554f95d410772c8f8887433b6fd4547f569b3d6f510c1bc1497d8237223c344dbb8f0ae87f translate-shell-0.9.6.11.tar.gz
-9eae49f31e709c4802bd8952abddf98445129b793394289afddef96bf790e84065abe6b808ce19fda933a141dfc92522d38777c8310243185db7880954aff85c drop-rlwrap-emacs-tests.patch"
diff --git a/testing/translate-shell/drop-rlwrap-emacs-tests.patch b/testing/translate-shell/drop-rlwrap-emacs-tests.patch
deleted file mode 100644
index ee5a7a30c6..0000000000
--- a/testing/translate-shell/drop-rlwrap-emacs-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/test/TestUtils.awk b/test/TestUtils.awk
-index 2b7dc95..aaf907d 100644
---- a/test/TestUtils.awk
-+++ b/test/TestUtils.awk
-@@ -9,18 +9,6 @@ BEGIN {
- assertTrue(GawkVersion ~ "^(4|5).")
- }
-
-- T("Rlwrap", 1)
-- {
-- initRlwrap()
-- assertEqual(Rlwrap, "rlwrap")
-- }
--
-- T("Emacs", 1)
-- {
-- initEmacs()
-- assertEqual(Emacs, "emacs")
-- }
--
- T("newerVersion()", 5)
- {
- assertTrue(newerVersion("0.9", "0.8"))
-