public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/leafpad: ChangeLog leafpad-0.8.12.ebuild
@ 2007-12-23 21:49 Saleem Abdulrasool (compnerd)
  0 siblings, 0 replies; 2+ messages in thread
From: Saleem Abdulrasool (compnerd) @ 2007-12-23 21:49 UTC (permalink / raw
  To: gentoo-commits

compnerd    07/12/23 21:49:45

  Modified:             ChangeLog
  Added:                leafpad-0.8.12.ebuild
  Log:
  version bump
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.13                 app-editors/leafpad/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/leafpad/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/leafpad/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/leafpad/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Dec 2007 21:44:28 -0000	1.12
+++ ChangeLog	23 Dec 2007 21:49:44 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/leafpad
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.12 2007/12/23 21:44:28 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.13 2007/12/23 21:49:44 compnerd Exp $
+
+*leafpad-0.8.12 (23 Dec 2007)
+
+  23 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+  +leafpad-0.8.12.ebuild:
+  Version bump from upstream
 
   23 Dec 2007; Saleem Abdulrasool <compnerd@gentoo.org>
   -leafpad-0.7.9.ebuild, -leafpad-0.8.1.ebuild, -leafpad-0.8.3.ebuild:



1.1                  app-editors/leafpad/leafpad-0.8.12.ebuild

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

Index: leafpad-0.8.12.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.12.ebuild,v 1.1 2007/12/23 21:49:44 compnerd Exp $

inherit eutils

DESCRIPTION="Simple GTK+ Text Editor"
HOMEPAGE="http://tarot.freeshell.org/leafpad/"
SRC_URI="http://savannah.nongnu.org/download/leafpad/${P}.tar.gz"

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

RDEPEND=">=x11-libs/gtk+-2.10"
DEPEND="${RDEPEND}
		  sys-devel/gettext
		>=dev-util/intltool-0.31
		>=dev-util/pkgconfig-0.9"

src_compile() {
	econf --enable-chooser --enable-print $(use_enable emacs)
	emake
}

src_install() {
	einstall
	dodoc AUTHORS ChangeLog NEWS README
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-editors/leafpad: ChangeLog leafpad-0.8.12.ebuild
@ 2008-03-25 15:02 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-25 15:02 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/25 15:02:08

  Modified:             ChangeLog leafpad-0.8.12.ebuild
  Log:
  x86 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.15                 app-editors/leafpad/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/leafpad/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/leafpad/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/leafpad/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	25 Dec 2007 15:34:00 -0000	1.14
+++ ChangeLog	25 Mar 2008 15:02:07 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/leafpad
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.14 2007/12/25 15:34:00 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.15 2008/03/25 15:02:07 armin76 Exp $
+
+  25 Mar 2008; Raúl Porcel <armin76@gentoo.org> leafpad-0.8.12.ebuild:
+  x86 stable
 
   25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing taviso from metadata.xml as per #202471.



1.2                  app-editors/leafpad/leafpad-0.8.12.ebuild

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

Index: leafpad-0.8.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- leafpad-0.8.12.ebuild	23 Dec 2007 21:49:44 -0000	1.1
+++ leafpad-0.8.12.ebuild	25 Mar 2008 15:02:07 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.12.ebuild,v 1.1 2007/12/23 21:49:44 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.12.ebuild,v 1.2 2008/03/25 15:02:07 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="emacs"
 
 RDEPEND=">=x11-libs/gtk+-2.10"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-25 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 15:02 [gentoo-commits] gentoo-x86 commit in app-editors/leafpad: ChangeLog leafpad-0.8.12.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-23 21:49 Saleem Abdulrasool (compnerd)

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