public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/byobu: ChangeLog byobu-5.41-r1.ebuild byobu-5.37.ebuild byobu-5.35.ebuild byobu-5.36.ebuild
@ 2013-05-26  9:53 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-05-26  9:53 UTC (permalink / raw
  To: gentoo-commits

jlec        13/05/26 09:53:14

  Modified:             ChangeLog
  Added:                byobu-5.41-r1.ebuild
  Removed:              byobu-5.37.ebuild byobu-5.35.ebuild
                        byobu-5.36.ebuild
  Log:
  app-misc/byobu: Don't compress help files, #408859; drop old
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.55                 app-misc/byobu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/byobu/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/byobu/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/byobu/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	11 May 2013 06:01:15 -0000	1.54
+++ ChangeLog	26 May 2013 09:53:14 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/byobu
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.54 2013/05/11 06:01:15 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/ChangeLog,v 1.55 2013/05/26 09:53:14 jlec Exp $
+
+*byobu-5.41-r1 (26 May 2013)
+
+  26 May 2013; Justin Lecher <jlec@gentoo.org> -byobu-5.35.ebuild,
+  -byobu-5.36.ebuild, -byobu-5.37.ebuild, +byobu-5.41-r1.ebuild:
+  Don't compress help files, #408859; drop old
 
 *byobu-5.41 (11 May 2013)
 



1.1                  app-misc/byobu/byobu-5.41-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/byobu/byobu-5.41-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/byobu/byobu-5.41-r1.ebuild?rev=1.1&content-type=text/plain

Index: byobu-5.41-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.41-r1.ebuild,v 1.1 2013/05/26 09:53:14 jlec Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit python-single-r1

DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
HOMEPAGE="http://byobu.co"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="screen"

RDEPEND="
	dev-libs/newt
	screen? ( app-misc/screen )
	!screen? ( app-misc/tmux )"

src_prepare() {
	python_fix_shebang .

	# Set default system backend to screen
	if use screen ; then
		sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die
	fi
}

src_install() {
	default

	# Create symlinks for backends
	dosym ${PN} /usr/bin/${PN}-screen
	dosym ${PN} /usr/bin/${PN}-tmux

	docompress -x /usr/share/doc/${PN}
}





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

only message in thread, other threads:[~2013-05-26  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-26  9:53 [gentoo-commits] gentoo-x86 commit in app-misc/byobu: ChangeLog byobu-5.41-r1.ebuild byobu-5.37.ebuild byobu-5.35.ebuild byobu-5.36.ebuild Justin Lecher (jlec)

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