public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2010-02-22 20:40 Jonathan Callen (abcd)
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-22 20:40 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/22 20:40:50

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  Add prefix keywords, support; bump EAPI
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.26                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 May 2009 20:14:33 -0000	1.25
+++ ChangeLog	22 Feb 2010 20:40:49 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/highlight
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.25 2009/05/04 20:14:33 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.26 2010/02/22 20:40:49 abcd Exp $
+
+  22 Feb 2010; Jonathan Callen <abcd@gentoo.org> highlight-2.9.ebuild:
+  Add prefix keywords, support; bump EAPI
 
 *highlight-2.9 (04 May 2009)
 



1.4                  app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.3&r2=1.4

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- highlight-2.9.ebuild	4 May 2009 20:24:08 -0000	1.3
+++ highlight-2.9.ebuild	22 Feb 2010 20:40:49 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.3 2009/05/04 20:24:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.4 2010/02/22 20:40:49 abcd Exp $
 
-EAPI=2
+EAPI=3
 inherit eutils toolchain-funcs
 
 DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight"
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="qt4"
 
 RDEPEND="qt4? ( x11-libs/qt-gui:4
@@ -20,16 +20,16 @@
 
 src_prepare() {
 	sed -i -e 's:-O2::' -e 's:CFLAGS:CXXFLAGS:g' \
-		-e 's:qmake-qt4:/usr/bin/qmake:' \
+		-e 's:qmake-qt4:${EPREFIX}/usr/bin/qmake:' \
 		src/makefile || die "sed failed"
 }
 
 src_compile() {
-	emake -f makefile CXX="$(tc-getCXX)" \
+	emake -f makefile PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ CXX="$(tc-getCXX)" \
 		|| die "emake failed"
 
 	if use qt4; then
-		emake -j1 -f makefile CXX="$(tc-getCXX)" gui \
+		emake -j1 -f makefile PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ CXX="$(tc-getCXX)" gui \
 			|| die "emake gui failed"
 	fi
 }
@@ -38,10 +38,12 @@
 	dodir /usr/bin
 
 	emake -f makefile DESTDIR="${D}" \
+		PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ \
 		install || die "emake install failed"
 
 	if use qt4; then
 		emake -f makefile DESTDIR="${D}" \
+			PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ \
 			install-gui || die "emake install-gui failed"
 		doicon src/gui-qt/${PN}.xpm
 		domenu ${PN}.desktop






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

* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2010-02-28 18:40 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-02-28 18:40 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/02/28 18:40:34

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  ppc stable #306711
  (Portage version: 2.1.7.17/cvs/Linux ppc)

Revision  Changes    Path
1.27                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	22 Feb 2010 20:40:49 -0000	1.26
+++ ChangeLog	28 Feb 2010 18:40:33 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.26 2010/02/22 20:40:49 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.27 2010/02/28 18:40:33 nixnut Exp $
+
+  28 Feb 2010; nixnut <nixnut@gentoo.org> highlight-2.9.ebuild:
+  ppc stable #306711
 
   22 Feb 2010; Jonathan Callen <abcd@gentoo.org> highlight-2.9.ebuild:
   Add prefix keywords, support; bump EAPI



1.5                  app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.4&r2=1.5

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- highlight-2.9.ebuild	22 Feb 2010 20:40:49 -0000	1.4
+++ highlight-2.9.ebuild	28 Feb 2010 18:40:33 -0000	1.5
@@ -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-text/highlight/highlight-2.9.ebuild,v 1.4 2010/02/22 20:40:49 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.5 2010/02/28 18:40:33 nixnut Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="qt4"
 
 RDEPEND="qt4? ( x11-libs/qt-gui:4






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

* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2010-03-02  8:33 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-02  8:33 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/02 08:33:48

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  x86 stable wrt bug #306711
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.28                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	28 Feb 2010 18:40:33 -0000	1.27
+++ ChangeLog	2 Mar 2010 08:33:48 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.27 2010/02/28 18:40:33 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.28 2010/03/02 08:33:48 phajdan.jr Exp $
+
+  02 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> highlight-2.9.ebuild:
+  x86 stable wrt bug #306711
 
   28 Feb 2010; nixnut <nixnut@gentoo.org> highlight-2.9.ebuild:
   ppc stable #306711



1.6                  app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.5&r2=1.6

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- highlight-2.9.ebuild	28 Feb 2010 18:40:33 -0000	1.5
+++ highlight-2.9.ebuild	2 Mar 2010 08:33:48 -0000	1.6
@@ -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-text/highlight/highlight-2.9.ebuild,v 1.5 2010/02/28 18:40:33 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.6 2010/03/02 08:33:48 phajdan.jr Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="qt4"
 
 RDEPEND="qt4? ( x11-libs/qt-gui:4






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

* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2010-03-11 18:15 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-03-11 18:15 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/03/11 18:15:19

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  Stable on amd64 wrt bug #306711
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	2 Mar 2010 08:33:48 -0000	1.28
+++ ChangeLog	11 Mar 2010 18:15:18 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.28 2010/03/02 08:33:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.29 2010/03/11 18:15:18 hwoarang Exp $
+
+  11 Mar 2010; Markos Chandras <hwoarang@gentoo.org> highlight-2.9.ebuild:
+  Stable on amd64 wrt bug #306711
 
   02 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> highlight-2.9.ebuild:
   x86 stable wrt bug #306711



1.7                  app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.6&r2=1.7

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- highlight-2.9.ebuild	2 Mar 2010 08:33:48 -0000	1.6
+++ highlight-2.9.ebuild	11 Mar 2010 18:15:18 -0000	1.7
@@ -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-text/highlight/highlight-2.9.ebuild,v 1.6 2010/03/02 08:33:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.7 2010/03/11 18:15:18 hwoarang Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="qt4"
 
 RDEPEND="qt4? ( x11-libs/qt-gui:4






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

* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2010-04-05 16:46 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-04-05 16:46 UTC (permalink / raw
  To: gentoo-commits

armin76     10/04/05 16:46:31

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  sparc stable wrt #306711
  (Portage version: 2.1.7.17/cvs/Linux ia64)

Revision  Changes    Path
1.30                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	11 Mar 2010 18:15:18 -0000	1.29
+++ ChangeLog	5 Apr 2010 16:46:31 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.29 2010/03/11 18:15:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.30 2010/04/05 16:46:31 armin76 Exp $
+
+  05 Apr 2010; Raúl Porcel <armin76@gentoo.org> highlight-2.9.ebuild:
+  sparc stable wrt #306711
 
   11 Mar 2010; Markos Chandras <hwoarang@gentoo.org> highlight-2.9.ebuild:
   Stable on amd64 wrt bug #306711



1.8                  app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.7&r2=1.8

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- highlight-2.9.ebuild	11 Mar 2010 18:15:18 -0000	1.7
+++ highlight-2.9.ebuild	5 Apr 2010 16:46:31 -0000	1.8
@@ -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-text/highlight/highlight-2.9.ebuild,v 1.7 2010/03/11 18:15:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.8 2010/04/05 16:46:31 armin76 Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="qt4"
 
 RDEPEND="qt4? ( x11-libs/qt-gui:4






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

* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2010-06-08  1:19 Jonathan Callen (abcd)
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2010-06-08  1:19 UTC (permalink / raw
  To: gentoo-commits

abcd        10/06/08 01:19:09

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  Fix bug 232103 by setting PREFIX="${EPREFIX}/usr" instead of just ${EPREFIX}: ${EPREFIX} alone was never correct
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.31                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	5 Apr 2010 16:46:31 -0000	1.30
+++ ChangeLog	8 Jun 2010 01:19:09 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.30 2010/04/05 16:46:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.31 2010/06/08 01:19:09 abcd Exp $
+
+  08 Jun 2010; Jonathan Callen <abcd@gentoo.org> highlight-2.9.ebuild:
+  Fix bug 232103 by setting PREFIX="${EPREFIX}/usr" instead of just
+  ${EPREFIX}: ${EPREFIX} alone was never correct
 
   05 Apr 2010; Raúl Porcel <armin76@gentoo.org> highlight-2.9.ebuild:
   sparc stable wrt #306711



1.9                  app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.8&r2=1.9

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- highlight-2.9.ebuild	5 Apr 2010 16:46:31 -0000	1.8
+++ highlight-2.9.ebuild	8 Jun 2010 01:19:09 -0000	1.9
@@ -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-text/highlight/highlight-2.9.ebuild,v 1.8 2010/04/05 16:46:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.9 2010/06/08 01:19:09 abcd Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -25,11 +25,11 @@
 }
 
 src_compile() {
-	emake -f makefile PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ CXX="$(tc-getCXX)" \
+	emake -f makefile PREFIX="${EPREFIX}/usr" conf_dir="${EPREFIX}"/etc/highlight/ CXX="$(tc-getCXX)" \
 		|| die "emake failed"
 
 	if use qt4; then
-		emake -j1 -f makefile PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ CXX="$(tc-getCXX)" gui \
+		emake -j1 -f makefile PREFIX="${EPREFIX}/usr" conf_dir="${EPREFIX}"/etc/highlight/ CXX="$(tc-getCXX)" gui \
 			|| die "emake gui failed"
 	fi
 }
@@ -38,12 +38,12 @@
 	dodir /usr/bin
 
 	emake -f makefile DESTDIR="${D}" \
-		PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ \
+		PREFIX="${EPREFIX}/usr" conf_dir="${EPREFIX}"/etc/highlight/ \
 		install || die "emake install failed"
 
 	if use qt4; then
 		emake -f makefile DESTDIR="${D}" \
-			PREFIX="${EPREFIX}" conf_dir="${EPREFIX}"/etc/highlight/ \
+			PREFIX="${EPREFIX}/usr" conf_dir="${EPREFIX}"/etc/highlight/ \
 			install-gui || die "emake install-gui failed"
 		doicon src/gui-qt/${PN}.xpm
 		domenu ${PN}.desktop






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

* [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild
@ 2012-01-28  5:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-28  5:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/28 05:04:48

  Modified:             ChangeLog highlight-2.9.ebuild
  Log:
  Revert back to ~ppc wrt #369715
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 app-text/highlight/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	22 Jan 2012 15:30:29 -0000	1.47
+++ ChangeLog	28 Jan 2012 05:04:48 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/highlight
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.47 2012/01/22 15:30:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.48 2012/01/28 05:04:48 ssuominen Exp $
+
+  28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> highlight-2.9.ebuild:
+  Revert back to ~ppc wrt #369715
 
   22 Jan 2012; Raúl Porcel <armin76@gentoo.org> highlight-2.9.ebuild,
   highlight-3.3.ebuild, highlight-3.5.ebuild, highlight-3.6.ebuild,



1.12                 app-text/highlight/highlight-2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/highlight/highlight-2.9.ebuild?r1=1.11&r2=1.12

Index: highlight-2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- highlight-2.9.ebuild	22 Jan 2012 15:30:29 -0000	1.11
+++ highlight-2.9.ebuild	28 Jan 2012 05:04:48 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.11 2012/01/22 15:30:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.12 2012/01/28 05:04:48 ssuominen Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="qt4"
 
 RDEPEND="qt4? ( x11-libs/qt-gui:4






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

end of thread, other threads:[~2012-01-28  5:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22 20:40 [gentoo-commits] gentoo-x86 commit in app-text/highlight: ChangeLog highlight-2.9.ebuild Jonathan Callen (abcd)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-28 18:40 Gysbert Wassenaar (nixnut)
2010-03-02  8:33 PaweA Hajdan (phajdan.jr)
2010-03-11 18:15 Markos Chandras (hwoarang)
2010-04-05 16:46 Raul Porcel (armin76)
2010-06-08  1:19 Jonathan Callen (abcd)
2012-01-28  5:04 Samuli Suominen (ssuominen)

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