public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/geany: geany-0.21.ebuild ChangeLog
@ 2011-11-24  5:14 Zac Medico (zmedico)
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2011-11-24  5:14 UTC (permalink / raw
  To: gentoo-commits

zmedico     11/11/24 05:14:59

  Modified:             geany-0.21.ebuild ChangeLog
  Log:
  Fix for prefix and add ~x86-linux keyword.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-util/geany/geany-0.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-0.21.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-0.21.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-0.21.ebuild?r1=1.2&r2=1.3

Index: geany-0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geany-0.21.ebuild	6 Oct 2011 12:00:57 -0000	1.2
+++ geany-0.21.ebuild	24 Nov 2011 05:14:59 -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/dev-util/geany/geany-0.21.ebuild,v 1.2 2011/10/06 12:00:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.21.ebuild,v 1.3 2011/11/24 05:14:59 zmedico Exp $
 
 EAPI=4
 inherit eutils gnome2-utils
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 Scintilla"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux"
 IUSE="+vte"
 
 RDEPEND=">=x11-libs/gtk+-2.12:2
@@ -42,9 +42,9 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install || die
-	rm -f "${D}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
-	find "${D}" -type f -name '*.la' -delete
+	emake DESTDIR="${D}" DOCDIR="${ED}/usr/share/doc/${PF}" install || die
+	rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
+	find "${ED}" -type f -name '*.la' -delete
 }
 
 pkg_preinst() { gnome2_icon_savelist; }



1.47                 dev-util/geany/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	6 Oct 2011 12:00:57 -0000	1.46
+++ ChangeLog	24 Nov 2011 05:14:59 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/geany
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.46 2011/10/06 12:00:57 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.47 2011/11/24 05:14:59 zmedico Exp $
+
+  24 Nov 2011; Zac Medico <zmedico@gentoo.org> geany-0.21.ebuild:
+  Fix for prefix and add ~x86-linux keyword.
 
   06 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> geany-0.19.2.ebuild,
   geany-0.20.ebuild, geany-0.21.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-util/geany: geany-0.21.ebuild ChangeLog
@ 2012-04-14 21:42 Zac Medico (zmedico)
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico (zmedico) @ 2012-04-14 21:42 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/04/14 21:42:23

  Modified:             geany-0.21.ebuild ChangeLog
  Log:
  Add ~amd64-linux keyword.
  
  (Portage version: 2.2.0_alpha100_p7/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-util/geany/geany-0.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-0.21.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-0.21.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/geany-0.21.ebuild?r1=1.5&r2=1.6

Index: geany-0.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.21.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- geany-0.21.ebuild	24 Feb 2012 14:11:01 -0000	1.5
+++ geany-0.21.ebuild	14 Apr 2012 21:42:23 -0000	1.6
@@ -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/dev-util/geany/geany-0.21.ebuild,v 1.5 2012/02/24 14:11:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/geany-0.21.ebuild,v 1.6 2012/04/14 21:42:23 zmedico Exp $
 
 EAPI=4
 inherit eutils gnome2-utils
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2 Scintilla"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="+vte"
 
 RDEPEND=">=x11-libs/gtk+-2.12:2



1.50                 dev-util/geany/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/geany/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	24 Feb 2012 14:11:01 -0000	1.49
+++ ChangeLog	14 Apr 2012 21:42:23 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/geany
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.49 2012/02/24 14:11:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/geany/ChangeLog,v 1.50 2012/04/14 21:42:23 zmedico Exp $
+
+  14 Apr 2012; Zac Medico <zmedico@gentoo.org> geany-0.21.ebuild:
+  Add ~amd64-linux keyword.
 
   24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> geany-0.21.ebuild:
   x86 stable wrt bug #404537






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

end of thread, other threads:[~2012-04-14 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24  5:14 [gentoo-commits] gentoo-x86 commit in dev-util/geany: geany-0.21.ebuild ChangeLog Zac Medico (zmedico)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-14 21:42 Zac Medico (zmedico)

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