public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/bti: ChangeLog bti-015.ebuild
@ 2009-03-11 20:23 Greg Kroah-Hartman (gregkh)
  0 siblings, 0 replies; only message in thread
From: Greg Kroah-Hartman (gregkh) @ 2009-03-11 20:23 UTC (permalink / raw
  To: gentoo-commits

gregkh      09/03/11 20:23:01

  Modified:             ChangeLog
  Added:                bti-015.ebuild
  Log:
  015 update
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.9                  net-misc/bti/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bti/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bti/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bti/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Feb 2009 07:00:19 -0000	1.8
+++ ChangeLog	11 Mar 2009 20:23:01 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/bti
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v 1.8 2009/02/14 07:00:19 gregkh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/ChangeLog,v 1.9 2009/03/11 20:23:01 gregkh Exp $
+
+*bti-015 (11 Mar 2009)
+
+  11 Mar 2009; Greg Kroah-Hartman <gregkh@gentoo.org> +bti-015.ebuild:
+  015 update, now supports getting data from the server
 
   14 Feb 2009; Greg Kroah-Hartman <gregkh@gentoo.org> ChangeLog:
   remove old ebuilds



1.1                  net-misc/bti/bti-015.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bti/bti-015.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/bti/bti-015.ebuild?rev=1.1&content-type=text/plain

Index: bti-015.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bti/bti-015.ebuild,v 1.1 2009/03/11 20:23:01 gregkh Exp $

inherit bash-completion

DESCRIPTION="A command line twitter/identi.ca client"
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/"
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/bti/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="net-misc/curl sys-libs/readline dev-libs/libxml2"
RDEPEND="${DEPEND}"

src_install() {
	doman bti.1 || die "bti.1 could not be installed"
	dobin bti || die "bti could not be installed"
	dodoc bti.example README RELEASE-NOTES ||
		die "bti documentation could not be installed"
	dobashcompletion bti-bashcompletion
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11 20:23 [gentoo-commits] gentoo-x86 commit in net-misc/bti: ChangeLog bti-015.ebuild Greg Kroah-Hartman (gregkh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox