* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2018-08-22 20:38 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-08-22 20:38 UTC (permalink / raw
To: gentoo-commits
commit: d773c7c200ee0debe560d131081009200b87cc7d
Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Thu Aug 2 00:10:59 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 22 20:31:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d773c7c2
app-misc/imgurbash2: New package
Closes: https://bugs.gentoo.org/662620
Closes: https://github.com/gentoo/gentoo/pull/9416
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-misc/imgurbash2/Manifest | 1 +
app-misc/imgurbash2/imgurbash2-2.1.ebuild | 29 +++++++++++++++++++++++++++++
app-misc/imgurbash2/imgurbash2-9999.ebuild | 29 +++++++++++++++++++++++++++++
app-misc/imgurbash2/metadata.xml | 15 +++++++++++++++
4 files changed, 74 insertions(+)
diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest
new file mode 100644
index 00000000000..23691473003
--- /dev/null
+++ b/app-misc/imgurbash2/Manifest
@@ -0,0 +1 @@
+DIST imgurbash2-2.1.tar.gz 3619 BLAKE2B 01bb37615184113082a87b79b5bbda1707e36d8f4a28715e0686eb63f8d7c55f7aa760ecab9ab2457c1601e9cb0ff4b558cd08f8a77a123cfe97d8008ad1aa93 SHA512 32e7c39d3456f3d540af2db8b21d8a5724bf9b1db372953f3dd0ed21a6f7529209ec7afffe22410be46a99753202aca2454732d09c1314350187c5610b36ab9d
diff --git a/app-misc/imgurbash2/imgurbash2-2.1.ebuild b/app-misc/imgurbash2/imgurbash2-2.1.ebuild
new file mode 100644
index 00000000000..076690d530e
--- /dev/null
+++ b/app-misc/imgurbash2/imgurbash2-2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
+else
+ SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
+HOMEPAGE="https://github.com/ram-on/imgurbash2"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="
+ net-misc/curl
+ X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+"
+
+src_install() {
+ einstalldocs
+ dobin imgurbash2
+}
diff --git a/app-misc/imgurbash2/imgurbash2-9999.ebuild b/app-misc/imgurbash2/imgurbash2-9999.ebuild
new file mode 100644
index 00000000000..076690d530e
--- /dev/null
+++ b/app-misc/imgurbash2/imgurbash2-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
+else
+ SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
+HOMEPAGE="https://github.com/ram-on/imgurbash2"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="
+ net-misc/curl
+ X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+"
+
+src_install() {
+ einstalldocs
+ dobin imgurbash2
+}
diff --git a/app-misc/imgurbash2/metadata.xml b/app-misc/imgurbash2/metadata.xml
new file mode 100644
index 00000000000..080521c63d5
--- /dev/null
+++ b/app-misc/imgurbash2/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lucianposton@pm.me</email>
+ <name>Lucian Poston</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ram-on/imgurbash2</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2020-01-10 5:43 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-01-10 5:43 UTC (permalink / raw
To: gentoo-commits
commit: 95c4542f733dd095490f84e4c3a44e49ec8af489
Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Fri Jan 10 05:39:01 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 05:39:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c4542f
app-misc/imgurbash2: Bump to 3.1
Closes: https://bugs.gentoo.org/696496
Signed-off-by: Lucian Poston <lucianposton <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/imgurbash2/Manifest | 1 +
app-misc/imgurbash2/imgurbash2-3.1.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest
index 23691473003..cb4b50e306e 100644
--- a/app-misc/imgurbash2/Manifest
+++ b/app-misc/imgurbash2/Manifest
@@ -1 +1,2 @@
DIST imgurbash2-2.1.tar.gz 3619 BLAKE2B 01bb37615184113082a87b79b5bbda1707e36d8f4a28715e0686eb63f8d7c55f7aa760ecab9ab2457c1601e9cb0ff4b558cd08f8a77a123cfe97d8008ad1aa93 SHA512 32e7c39d3456f3d540af2db8b21d8a5724bf9b1db372953f3dd0ed21a6f7529209ec7afffe22410be46a99753202aca2454732d09c1314350187c5610b36ab9d
+DIST imgurbash2-3.1.tar.gz 9257 BLAKE2B d7383a89f96387a5dfa9096ad533f334e9e15ec5de8803a4e2623379d036e7f0810166e017b8d89d228418bb035a5dabd1e6d0e305d539544efb1b5fd4ae8bed SHA512 0ec3b081dcd3da7a558c7895eafadc9c98f6b32c4aecb3ff579392599f785bf0716a80053b743ab32fe4e1a9f7253c9c08acf3d6f1c65d2a4c40d4c7ac222e59
diff --git a/app-misc/imgurbash2/imgurbash2-3.1.ebuild b/app-misc/imgurbash2/imgurbash2-3.1.ebuild
new file mode 100644
index 00000000000..c4ebb79aed2
--- /dev/null
+++ b/app-misc/imgurbash2/imgurbash2-3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
+else
+ SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
+HOMEPAGE="https://github.com/ram-on/imgurbash2"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X"
+
+RDEPEND="
+ net-misc/curl
+ X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+"
+
+src_install() {
+ einstalldocs
+ dobin imgurbash2
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2020-01-10 5:43 Joonas Niilola
0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2020-01-10 5:43 UTC (permalink / raw
To: gentoo-commits
commit: 2965c286dd77f83a68e528b76e0dc6824b1179b8
Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Fri Jan 10 05:40:11 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 05:40:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2965c286
app-misc/imgurbash2: Drop old
Signed-off-by: Lucian Poston <lucianposton <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/14291
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/imgurbash2/Manifest | 1 -
app-misc/imgurbash2/imgurbash2-2.1.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest
index cb4b50e306e..edbb66aee0b 100644
--- a/app-misc/imgurbash2/Manifest
+++ b/app-misc/imgurbash2/Manifest
@@ -1,2 +1 @@
-DIST imgurbash2-2.1.tar.gz 3619 BLAKE2B 01bb37615184113082a87b79b5bbda1707e36d8f4a28715e0686eb63f8d7c55f7aa760ecab9ab2457c1601e9cb0ff4b558cd08f8a77a123cfe97d8008ad1aa93 SHA512 32e7c39d3456f3d540af2db8b21d8a5724bf9b1db372953f3dd0ed21a6f7529209ec7afffe22410be46a99753202aca2454732d09c1314350187c5610b36ab9d
DIST imgurbash2-3.1.tar.gz 9257 BLAKE2B d7383a89f96387a5dfa9096ad533f334e9e15ec5de8803a4e2623379d036e7f0810166e017b8d89d228418bb035a5dabd1e6d0e305d539544efb1b5fd4ae8bed SHA512 0ec3b081dcd3da7a558c7895eafadc9c98f6b32c4aecb3ff579392599f785bf0716a80053b743ab32fe4e1a9f7253c9c08acf3d6f1c65d2a4c40d4c7ac222e59
diff --git a/app-misc/imgurbash2/imgurbash2-2.1.ebuild b/app-misc/imgurbash2/imgurbash2-2.1.ebuild
deleted file mode 100644
index 076690d530e..00000000000
--- a/app-misc/imgurbash2/imgurbash2-2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
-else
- SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
-HOMEPAGE="https://github.com/ram-on/imgurbash2"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="
- net-misc/curl
- X? ( || ( x11-misc/xclip x11-misc/xsel ) )
-"
-
-src_install() {
- einstalldocs
- dobin imgurbash2
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2020-06-20 20:31 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2020-06-20 20:31 UTC (permalink / raw
To: gentoo-commits
commit: c34c834942d4a508358af7c04c77bba0b958a9b5
Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
AuthorDate: Sun Jun 14 17:58:01 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 20:30:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34c8349
app-misc/imgurbash2: Bump 3.2
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lucian Poston <lucianposton <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/16242
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-misc/imgurbash2/Manifest | 1 +
app-misc/imgurbash2/imgurbash2-3.2.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest
index edbb66aee0b..96c6e6fa04a 100644
--- a/app-misc/imgurbash2/Manifest
+++ b/app-misc/imgurbash2/Manifest
@@ -1 +1,2 @@
DIST imgurbash2-3.1.tar.gz 9257 BLAKE2B d7383a89f96387a5dfa9096ad533f334e9e15ec5de8803a4e2623379d036e7f0810166e017b8d89d228418bb035a5dabd1e6d0e305d539544efb1b5fd4ae8bed SHA512 0ec3b081dcd3da7a558c7895eafadc9c98f6b32c4aecb3ff579392599f785bf0716a80053b743ab32fe4e1a9f7253c9c08acf3d6f1c65d2a4c40d4c7ac222e59
+DIST imgurbash2-3.2.tar.gz 9569 BLAKE2B c34cc0cb8e5ca3b7b7da201dab90c3adbd11544950b61c834b6553262ceb42bdf9aa3b3f16f660da6ad1059015e9ca4c013dae93ba90797ec0c15bdda833150b SHA512 e6737967c20d50659222c7dca7c5fbc590a410db54f41419fe009a9fe8dc569c5b9c74eb6b53203690e9a03b0ec5b943bba45abecb243bf2ebc5377e2022471d
diff --git a/app-misc/imgurbash2/imgurbash2-3.2.ebuild b/app-misc/imgurbash2/imgurbash2-3.2.ebuild
new file mode 100644
index 00000000000..c47b35c320b
--- /dev/null
+++ b/app-misc/imgurbash2/imgurbash2-3.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
+else
+ SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
+HOMEPAGE="https://github.com/ram-on/imgurbash2"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X wayland"
+
+RDEPEND="
+ net-misc/curl
+ wayland? ( gui-apps/wl-clipboard )
+ X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+"
+
+src_install() {
+ einstalldocs
+ dobin imgurbash2
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2025-03-15 13:48 Petr Vaněk
0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2025-03-15 13:48 UTC (permalink / raw
To: gentoo-commits
commit: f3b35f38c7498fd32c2bf4aa655f5e4b17f80ada
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 10:51:11 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 13:46:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b35f38
app-misc/imgurbash2: add 3.3
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/imgurbash2/Manifest | 1 +
app-misc/imgurbash2/imgurbash2-3.3.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest
index 96c6e6fa04ab..b4c0f2d1210a 100644
--- a/app-misc/imgurbash2/Manifest
+++ b/app-misc/imgurbash2/Manifest
@@ -1,2 +1,3 @@
DIST imgurbash2-3.1.tar.gz 9257 BLAKE2B d7383a89f96387a5dfa9096ad533f334e9e15ec5de8803a4e2623379d036e7f0810166e017b8d89d228418bb035a5dabd1e6d0e305d539544efb1b5fd4ae8bed SHA512 0ec3b081dcd3da7a558c7895eafadc9c98f6b32c4aecb3ff579392599f785bf0716a80053b743ab32fe4e1a9f7253c9c08acf3d6f1c65d2a4c40d4c7ac222e59
DIST imgurbash2-3.2.tar.gz 9569 BLAKE2B c34cc0cb8e5ca3b7b7da201dab90c3adbd11544950b61c834b6553262ceb42bdf9aa3b3f16f660da6ad1059015e9ca4c013dae93ba90797ec0c15bdda833150b SHA512 e6737967c20d50659222c7dca7c5fbc590a410db54f41419fe009a9fe8dc569c5b9c74eb6b53203690e9a03b0ec5b943bba45abecb243bf2ebc5377e2022471d
+DIST imgurbash2-3.3.tar.gz 10116 BLAKE2B 778e913a84b451621bd4efc8c95395974244915fe88df9dc332bb37df0864939cd37721b371735d43e3fbf315302d9d66a9b75fd5f3d7ed55877cb3ecb177c1c SHA512 56dc90b356f760930db364a7f00c29487acb171e3a4622eb6106221da91f6a061a8de1e162043827269abb114ec9423dcafdcc0884c113744b3a2edc4351ece6
diff --git a/app-misc/imgurbash2/imgurbash2-3.3.ebuild b/app-misc/imgurbash2/imgurbash2-3.3.ebuild
new file mode 100644
index 000000000000..8eca8609df9f
--- /dev/null
+++ b/app-misc/imgurbash2/imgurbash2-3.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
+else
+ SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
+HOMEPAGE="https://github.com/ram-on/imgurbash2"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X wayland"
+
+RDEPEND="
+ net-misc/curl
+ wayland? ( gui-apps/wl-clipboard )
+ X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+"
+
+src_install() {
+ einstalldocs
+ dobin imgurbash2
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2025-03-15 13:48 Petr Vaněk
0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2025-03-15 13:48 UTC (permalink / raw
To: gentoo-commits
commit: eaed1a5c5ac61378edc439967130bb0b0c0031c8
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 10:51:59 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 13:46:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaed1a5c
app-misc/imgurbash2: sync live
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/imgurbash2/imgurbash2-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-misc/imgurbash2/imgurbash2-9999.ebuild b/app-misc/imgurbash2/imgurbash2-9999.ebuild
index 076690d530e5..8eca8609df9f 100644
--- a/app-misc/imgurbash2/imgurbash2-9999.ebuild
+++ b/app-misc/imgurbash2/imgurbash2-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
if [[ ${PV} == *9999 ]]; then
inherit git-r3
@@ -16,10 +16,11 @@ HOMEPAGE="https://github.com/ram-on/imgurbash2"
LICENSE="MIT"
SLOT="0"
-IUSE="X"
+IUSE="X wayland"
RDEPEND="
net-misc/curl
+ wayland? ( gui-apps/wl-clipboard )
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
@ 2025-03-15 13:48 Petr Vaněk
0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2025-03-15 13:48 UTC (permalink / raw
To: gentoo-commits
commit: c9a2e1baf7da4a18e4bc5ca04f8bb7b83405b858
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 10:53:50 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 13:46:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a2e1ba
app-misc/imgurbash2: drop 3.1, 3.2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-misc/imgurbash2/Manifest | 2 --
app-misc/imgurbash2/imgurbash2-3.1.ebuild | 29 -----------------------------
app-misc/imgurbash2/imgurbash2-3.2.ebuild | 30 ------------------------------
3 files changed, 61 deletions(-)
diff --git a/app-misc/imgurbash2/Manifest b/app-misc/imgurbash2/Manifest
index b4c0f2d1210a..6a773b584fa6 100644
--- a/app-misc/imgurbash2/Manifest
+++ b/app-misc/imgurbash2/Manifest
@@ -1,3 +1 @@
-DIST imgurbash2-3.1.tar.gz 9257 BLAKE2B d7383a89f96387a5dfa9096ad533f334e9e15ec5de8803a4e2623379d036e7f0810166e017b8d89d228418bb035a5dabd1e6d0e305d539544efb1b5fd4ae8bed SHA512 0ec3b081dcd3da7a558c7895eafadc9c98f6b32c4aecb3ff579392599f785bf0716a80053b743ab32fe4e1a9f7253c9c08acf3d6f1c65d2a4c40d4c7ac222e59
-DIST imgurbash2-3.2.tar.gz 9569 BLAKE2B c34cc0cb8e5ca3b7b7da201dab90c3adbd11544950b61c834b6553262ceb42bdf9aa3b3f16f660da6ad1059015e9ca4c013dae93ba90797ec0c15bdda833150b SHA512 e6737967c20d50659222c7dca7c5fbc590a410db54f41419fe009a9fe8dc569c5b9c74eb6b53203690e9a03b0ec5b943bba45abecb243bf2ebc5377e2022471d
DIST imgurbash2-3.3.tar.gz 10116 BLAKE2B 778e913a84b451621bd4efc8c95395974244915fe88df9dc332bb37df0864939cd37721b371735d43e3fbf315302d9d66a9b75fd5f3d7ed55877cb3ecb177c1c SHA512 56dc90b356f760930db364a7f00c29487acb171e3a4622eb6106221da91f6a061a8de1e162043827269abb114ec9423dcafdcc0884c113744b3a2edc4351ece6
diff --git a/app-misc/imgurbash2/imgurbash2-3.1.ebuild b/app-misc/imgurbash2/imgurbash2-3.1.ebuild
deleted file mode 100644
index c4ebb79aed2d..000000000000
--- a/app-misc/imgurbash2/imgurbash2-3.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
-else
- SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
-HOMEPAGE="https://github.com/ram-on/imgurbash2"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="X"
-
-RDEPEND="
- net-misc/curl
- X? ( || ( x11-misc/xclip x11-misc/xsel ) )
-"
-
-src_install() {
- einstalldocs
- dobin imgurbash2
-}
diff --git a/app-misc/imgurbash2/imgurbash2-3.2.ebuild b/app-misc/imgurbash2/imgurbash2-3.2.ebuild
deleted file mode 100644
index c47b35c320b3..000000000000
--- a/app-misc/imgurbash2/imgurbash2-3.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ram-on/imgurbash2.git"
-else
- SRC_URI="https://github.com/ram-on/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Bash script that uploads/deletes images to/from imgur"
-HOMEPAGE="https://github.com/ram-on/imgurbash2"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="X wayland"
-
-RDEPEND="
- net-misc/curl
- wayland? ( gui-apps/wl-clipboard )
- X? ( || ( x11-misc/xclip x11-misc/xsel ) )
-"
-
-src_install() {
- einstalldocs
- dobin imgurbash2
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-03-15 13:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-22 20:38 [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-01-10 5:43 Joonas Niilola
2020-01-10 5:43 Joonas Niilola
2020-06-20 20:31 Thomas Deutschmann
2025-03-15 13:48 Petr Vaněk
2025-03-15 13:48 Petr Vaněk
2025-03-15 13:48 Petr Vaněk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox