Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488352 - net-misc/bti-033 version bump
Summary: net-misc/bti-033 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-10-17 11:48 UTC by Marvin Vek
Modified: 2016-05-21 18:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
bti-033.ebuild (bti-033.ebuild,777 bytes, text/plain)
2013-10-17 11:48 UTC, Marvin Vek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Vek 2013-10-17 11:48:04 UTC
G'day,

Update of the currently available net-misc/bti (bti-031-r1.ebuild), to the current version (bti-033).

bti, a bash twitter/identi.ca ididocy, allows you to pipe your bash input to twitter or identi.ca in an easy and fast manner to annoy the whole world. Or of course just used as a twitter/identi.ca client to read and post tweets.

If I recall correctly, JSON capabilities, which are now required to interact with the Twitter API, have been added since version 032.

Kind regards,

Marvin Vek
Comment 1 Marvin Vek 2013-10-17 11:48:52 UTC
Created attachment 361110 [details]
bti-033.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-17 13:02:07 UTC
Comment on attachment 361110 [details]
bti-033.ebuild

--- bti-031-r1.ebuild   2013-06-02 13:58:02.000000000 +0200
+++ -   2013-10-17 15:01:58.751918790 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/bti-031-r1.ebuild,v 1.1 2013/06/02 11:58:02 pacho Exp $
+# $Header: $
 
 EAPI=5
 inherit bash-completion-r1 eutils
@@ -20,6 +20,7 @@
        dev-libs/libxml2
        dev-libs/libpcre
        net-libs/liboauth
+       dev-libs/json-c
 "
 DEPEND="${RDEPEND}
        virtual/pkgconfig
@@ -32,11 +33,6 @@
 
 DOCS=( bti.example README RELEASE-NOTES )
 
-src_prepare() {
-       # Allow compilation on non-GNU systems, bug #384311
-       epatch "${FILESDIR}/${PN}-031-nonGNU.patch"
-}
-
 src_install() {
        default
        dobashcomp bti-bashcompletion
Comment 3 Marvin Vek 2013-10-17 17:19:21 UTC
(In reply to Jeroen Roovers from comment #2)
> Comment on attachment 361110 [details]
> bti-033.ebuild
> 
> --- bti-031-r1.ebuild   2013-06-02 13:58:02.000000000 +0200
> +++ -   2013-10-17 15:01:58.751918790 +0200
> ..

Yeah, that's what I provided, why are you marking the attachment as obsolete (which is done as requested in official Gentoo documentation) and pasting a diff of it compared to nothing?

Is a diff preferred, or why was this done?
Comment 4 Greg Kroah-Hartman (RETIRED) gentoo-dev 2016-05-21 18:08:29 UTC
This was resolved a long time ago, sorry for keeping it around...