* [gentoo-commits] repo/gentoo:master commit in: net-misc/bti/
@ 2016-08-19 10:07 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-08-19 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 2eb89e04729fae18ea06fb0780f88a15139a1b16
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:05:09 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:05:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb89e04
net-misc/bti: Cleanup due to bug #42273
Package-Manager: portage-2.3.0
net-misc/bti/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-misc/bti/metadata.xml b/net-misc/bti/metadata.xml
index 9c5ed22..097975e 100644
--- a/net-misc/bti/metadata.xml
+++ b/net-misc/bti/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gregkh@gentoo.org</email>
- <name>Greg Kroah-Hartman</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/bti/
@ 2017-03-18 7:44 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2017-03-18 7:44 UTC (permalink / raw
To: gentoo-commits
commit: 9f726acfa6546d1e132d225663b48dfcf0f7fab0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 07:43:46 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 07:43:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f726acf
net-misc/bti: version bump 034
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-misc/bti/Manifest | 1 +
net-misc/bti/bti-034.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/net-misc/bti/Manifest b/net-misc/bti/Manifest
index eb52053b5f8..8a987f20be1 100644
--- a/net-misc/bti/Manifest
+++ b/net-misc/bti/Manifest
@@ -1 +1,2 @@
DIST bti-031.tar.bz2 89027 SHA256 1b2f509a818ec6b1a036daff9d56a9c7b2640741df3d0ec89376775890187cd5 SHA512 d930013eb45bdfbaa914444460f74448c8bb62f255b2db5c771736ba7c5bb71d0cf4651db76eba0f05fbd6c6a175c7bc8942d7657588bd27e18bf409bf02d9fd WHIRLPOOL 43cf7b10e01cc0f0c076faec79f9ce2f18fdd23350a72d1d081638f2d0c55f323e395fe088379455e6846b12df13a76fcbd4cc6f4bfc2835040e5c961734ed01
+DIST bti-034.tar.xz 93328 SHA256 8b4a1a11f529f83956468acadaea9d11db4f03e82afe07fecb84b2d00e9eae83 SHA512 2b7cd66cff617f7592863a1a8e03754b3dea314c8eeb98bf0993601d4d4db848a74b26941bbd04f57a348bf0d02aefca4e3125f00fed531a67a3f17f36e665ba WHIRLPOOL d75f679aa4d1c766a88a9124073befa4c3b320304c747d756aba0169918cce7c44660b8627002d8fa3503a635bb0b10c68f032837b93504f378f7093dfc02768
diff --git a/net-misc/bti/bti-034.ebuild b/net-misc/bti/bti-034.ebuild
new file mode 100644
index 00000000000..65b7eb207a0
--- /dev/null
+++ b/net-misc/bti/bti-034.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+DESCRIPTION="A command line twitter/identi.ca client"
+HOMEPAGE="https://gregkh.github.com/bti/"
+SRC_URI="mirror://kernel/software/web/bti/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ dev-libs/json-c
+ dev-libs/libpcre
+ dev-libs/libxml2
+ net-libs/liboauth
+ net-misc/curl
+"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig
+"
+# Readline is dynamically loaded, for whatever reason, and can use
+# libedit as an alternative...
+RDEPEND="${COMMON_DEPEND}
+ || ( sys-libs/readline dev-libs/libedit )
+"
+
+DOCS=( bti.example ChangeLog README RELEASE-NOTES )
+
+src_install() {
+ default
+ newbashcomp bti-bashcompletion ${PN}
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-18 7:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-19 10:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/bti/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2017-03-18 7:44 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox