public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/ytree: ChangeLog ytree-1.94.ebuild
@ 2010-04-11 15:48 Markus Ullmann (jokey)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Ullmann (jokey) @ 2010-04-11 15:48 UTC (permalink / raw
  To: gentoo-commits

jokey       10/04/11 15:48:23

  Modified:             ChangeLog
  Added:                ytree-1.94.ebuild
  Log:
  Version bump, fix #306543
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-misc/ytree/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Feb 2010 16:29:15 -0000	1.9
+++ ChangeLog	11 Apr 2010 15:48:22 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/ytree
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.9 2010/02/23 16:29:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.10 2010/04/11 15:48:22 jokey Exp $
+
+*ytree-1.94 (11 Apr 2010)
+
+  11 Apr 2010; Markus Ullmann <jokey@gentoo.org> +ytree-1.94.ebuild,
+  +files/ytree-1.94-bindir.patch:
+  Version bump, fix #306543
 
 *ytree-1.92-r2 (23 Feb 2010)
 



1.1                  app-misc/ytree/ytree-1.94.ebuild

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

Index: ytree-1.94.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild,v 1.1 2010/04/11 15:48:22 jokey Exp $

EAPI=2

inherit eutils toolchain-funcs

DESCRIPTION="A (curses-based) file manager"
HOMEPAGE="http://www.han.de/~werner/ytree.html"
SRC_URI="http://www.han.de/~werner/${P}.tar.gz"

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

DEPEND="sys-libs/readline
	sys-libs/ncurses"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-bindir.patch
}

pkg_setup() {
	tc-export CC
}

src_install() {
	emake DESTDIR=${D}usr install || die "emake install failed"
	dodoc ytree.conf
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-misc/ytree: ChangeLog ytree-1.94.ebuild
@ 2010-04-11 15:48 Markus Ullmann (jokey)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Ullmann (jokey) @ 2010-04-11 15:48 UTC (permalink / raw
  To: gentoo-commits

jokey       10/04/11 15:48:51

  Modified:             ChangeLog ytree-1.94.ebuild
  Log:
  Fix quoting, meh
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-misc/ytree/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	11 Apr 2010 15:48:22 -0000	1.10
+++ ChangeLog	11 Apr 2010 15:48:51 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/ytree
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.10 2010/04/11 15:48:22 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ChangeLog,v 1.11 2010/04/11 15:48:51 jokey Exp $
+
+  11 Apr 2010; Markus Ullmann <jokey@gentoo.org> ytree-1.94.ebuild:
+  Fix quoting, meh
 
 *ytree-1.94 (11 Apr 2010)
 



1.2                  app-misc/ytree/ytree-1.94.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild?r1=1.1&r2=1.2

Index: ytree-1.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ytree-1.94.ebuild	11 Apr 2010 15:48:22 -0000	1.1
+++ ytree-1.94.ebuild	11 Apr 2010 15:48:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild,v 1.1 2010/04/11 15:48:22 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ytree/ytree-1.94.ebuild,v 1.2 2010/04/11 15:48:51 jokey Exp $
 
 EAPI=2
 
@@ -28,6 +28,6 @@
 }
 
 src_install() {
-	emake DESTDIR=${D}usr install || die "emake install failed"
+	emake DESTDIR="${D}usr" install || die "emake install failed"
 	dodoc ytree.conf
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-11 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 15:48 [gentoo-commits] gentoo-x86 commit in app-misc/ytree: ChangeLog ytree-1.94.ebuild Markus Ullmann (jokey)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-11 15:48 Markus Ullmann (jokey)

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