public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/whyteboard: whyteboard-0.41.1.ebuild ChangeLog
@ 2012-09-05  8:13 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-09-05  8:13 UTC (permalink / raw
  To: gentoo-commits

jlec        12/09/05 08:13:21

  Modified:             whyteboard-0.41.1.ebuild ChangeLog
  Log:
  Use domenu instead insinto + doins to install .desktop files
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-apps/whyteboard/whyteboard-0.41.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?r1=1.2&r2=1.3

Index: whyteboard-0.41.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whyteboard-0.41.1.ebuild	26 Jan 2012 18:53:38 -0000	1.2
+++ whyteboard-0.41.1.ebuild	5 Sep 2012 08:13:21 -0000	1.3
@@ -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/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.2 2012/01/26 18:53:38 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.3 2012/09/05 08:13:21 jlec Exp $
 
 EAPI="3"
 
@@ -28,8 +28,7 @@
 
 	insinto /usr/share/pixmaps
 	doins "${DISTDIR}/${PN}.png" || die
-	insinto /usr/share/applications
-	doins "${FILESDIR}/${PN}.desktop" || die
+	domenu "${FILESDIR}/${PN}.desktop" || die
 
 	dodoc CHANGELOG.txt DEVELOPING.txt README.txt TODO.txt || die
 



1.4                  x11-apps/whyteboard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	26 Jan 2012 18:53:38 -0000	1.3
+++ ChangeLog	5 Sep 2012 08:13:21 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/whyteboard
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.3 2012/01/26 18:53:38 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.4 2012/09/05 08:13:21 jlec Exp $
+
+  05 Sep 2012; Justin Lecher <jlec@gentoo.org> whyteboard-0.41.1.ebuild:
+  Use domenu instead insinto + doins to install .desktop files
 
   26 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> whyteboard-0.41.1.ebuild,
   -files/whyteboard.png:
@@ -14,4 +17,3 @@
   20 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> +whyteboard-0.41.1.ebuild,
   +files/whyteboard.desktop, +files/whyteboard.png, +metadata.xml:
   new ebuild, close bug #348305
-





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/whyteboard: whyteboard-0.41.1.ebuild ChangeLog
@ 2014-08-10 20:07 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:07 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:07:33

  Modified:             whyteboard-0.41.1.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.4                  x11-apps/whyteboard/whyteboard-0.41.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild?r1=1.3&r2=1.4

Index: whyteboard-0.41.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whyteboard-0.41.1.ebuild	5 Sep 2012 08:13:21 -0000	1.3
+++ whyteboard-0.41.1.ebuild	10 Aug 2014 20:07:33 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.3 2012/09/05 08:13:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.4 2014/08/10 20:07:33 slyfox Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 
 inherit eutils python multilib
 
-DESCRIPTION="A simple image, PDF and postscript file annotator."
+DESCRIPTION="A simple image, PDF and postscript file annotator"
 LICENSE="ISC"
 SLOT="0"
 IUSE=""



1.6                  x11-apps/whyteboard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/whyteboard/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Mar 2013 17:56:36 -0000	1.5
+++ ChangeLog	10 Aug 2014 20:07:33 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/whyteboard
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.5 2013/03/17 17:56:36 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.6 2014/08/10 20:07:33 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> whyteboard-0.41.1.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml





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

end of thread, other threads:[~2014-08-11 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 20:07 [gentoo-commits] gentoo-x86 commit in x11-apps/whyteboard: whyteboard-0.41.1.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-05  8:13 Justin Lecher (jlec)

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