public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.8.1.ebuild
@ 2010-10-06 19:57 TomAs Touceda (chiiph)
  0 siblings, 0 replies; 4+ messages in thread
From: TomAs Touceda (chiiph) @ 2010-10-06 19:57 UTC (permalink / raw
  To: gentoo-commits

chiiph      10/10/06 19:57:35

  Modified:             ChangeLog
  Added:                juffed-0.8.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2_rc88/cvs/Linux i686)

Revision  Changes    Path
1.20                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	2 Mar 2010 00:11:15 -0000	1.19
+++ ChangeLog	6 Oct 2010 19:57:34 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.19 2010/03/02 00:11:15 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.20 2010/10/06 19:57:34 chiiph Exp $
+
+*juffed-0.8.1 (06 Oct 2010)
+
+  06 Oct 2010; Tomas Touceda <chiiph@gentoo.org> +juffed-0.8.1.ebuild:
+  Version bump
 
 *juffed-0.8 (02 Mar 2010)
 



1.1                  app-editors/juffed/juffed-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: juffed-0.8.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.1 2010/10/06 19:57:35 chiiph Exp $

EAPI=2
inherit multilib cmake-utils

DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
HOMEPAGE="http://www.qt-apps.org/content/show.php/JuffEd?content=59940"
SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.bz2"

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

RDEPEND="x11-libs/qscintilla
	x11-libs/qt-gui:4"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/${P/_/-}

src_prepare() {
	sed -i -e \
		"s:\${CMAKE_INSTALL_PREFIX}/lib:\${CMAKE_INSTALL_PREFIX}/$(get_libdir):" \
		CMakeLists.txt || die "sed failed"
}

src_install() {
	cmake-utils_src_install
	dodoc ChangeLog README || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.8.1.ebuild
@ 2011-12-14  8:51 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-14  8:51 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/14 08:51:38

  Modified:             ChangeLog juffed-0.8.1.ebuild
  Log:
  x86 stable wrt bug #393989
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.22                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Dec 2011 17:46:54 -0000	1.21
+++ ChangeLog	14 Dec 2011 08:51:38 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.21 2011/12/10 17:46:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.22 2011/12/14 08:51:38 phajdan.jr Exp $
+
+  14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> juffed-0.8.1.ebuild:
+  x86 stable wrt bug #393989
 
   10 Dec 2011; Davide Pesavento <pesa@gentoo.org> -juffed-0.8.ebuild,
   juffed-0.8.1.ebuild:



1.3                  app-editors/juffed/juffed-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?r1=1.2&r2=1.3

Index: juffed-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- juffed-0.8.1.ebuild	10 Dec 2011 17:46:54 -0000	1.2
+++ juffed-0.8.1.ebuild	14 Dec 2011 08:51:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.2 2011/12/10 17:46:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.3 2011/12/14 08:51:38 phajdan.jr Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="debug"
 
 RDEPEND="x11-libs/qscintilla






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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.8.1.ebuild
@ 2012-03-07 20:24 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-07 20:24 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/07 20:24:52

  Modified:             ChangeLog juffed-0.8.1.ebuild
  Log:
  Marking juffed-0.8.1 ppc for bug 393989
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.24                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	15 Dec 2011 11:15:11 -0000	1.23
+++ ChangeLog	7 Mar 2012 20:24:51 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.23 2011/12/15 11:15:11 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.24 2012/03/07 20:24:51 ranger Exp $
+
+  07 Mar 2012; Brent Baude <ranger@gentoo.org> juffed-0.8.1.ebuild:
+  Marking juffed-0.8.1 ppc for bug 393989
 
   15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> juffed-0.8.1.ebuild:
   Stable for AMD64, wrt bug #393989



1.5                  app-editors/juffed/juffed-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?r1=1.4&r2=1.5

Index: juffed-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- juffed-0.8.1.ebuild	15 Dec 2011 11:15:11 -0000	1.4
+++ juffed-0.8.1.ebuild	7 Mar 2012 20:24:51 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.4 2011/12/15 11:15:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.5 2012/03/07 20:24:51 ranger Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="debug"
 
 RDEPEND="x11-libs/qscintilla






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

* [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.8.1.ebuild
@ 2015-04-26 15:44 Michael Palimaka (kensington)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka (kensington) @ 2015-04-26 15:44 UTC (permalink / raw
  To: gentoo-commits

kensington    15/04/26 15:44:28

  Modified:             ChangeLog
  Removed:              juffed-0.8.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.35                 app-editors/juffed/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	26 Apr 2015 11:17:41 -0000	1.34
+++ ChangeLog	26 Apr 2015 15:44:28 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/juffed
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.34 2015/04/26 11:17:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.35 2015/04/26 15:44:28 kensington Exp $
+
+  26 Apr 2015; Michael Palimaka <kensington@gentoo.org> -juffed-0.8.1.ebuild:
+  Remove old.
 
   26 Apr 2015; Pacho Ramos <pacho@gentoo.org> juffed-0.8.1.ebuild:
   Move to ~ppc (#514902)





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

end of thread, other threads:[~2015-04-26 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14  8:51 [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.8.1.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-26 15:44 Michael Palimaka (kensington)
2012-03-07 20:24 Brent Baude (ranger)
2010-10-06 19:57 TomAs Touceda (chiiph)

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