public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/
Date: Wed, 22 Aug 2018 20:38:25 +0000 (UTC)	[thread overview]
Message-ID: <1534969875.d773c7c200ee0debe560d131081009200b87cc7d.mgorny@gentoo> (raw)

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>


             reply	other threads:[~2018-08-22 20:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-22 20:38 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-10  5:43 [gentoo-commits] repo/gentoo:master commit in: app-misc/imgurbash2/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1534969875.d773c7c200ee0debe560d131081009200b87cc7d.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox