public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/leafpad: ChangeLog leafpad-0.8.18.1.ebuild
Date: Thu, 13 Sep 2012 21:14:54 +0000 (UTC)	[thread overview]
Message-ID: <20120913211454.A946321600@flycatcher.gentoo.org> (raw)

ssuominen    12/09/13 21:14:54

  Modified:             ChangeLog leafpad-0.8.18.1.ebuild
  Log:
  Fix desktop-file-validate errors and use nongnu mirrors.
  
  (Portage version: 2.2.0_alpha127/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 app-editors/leafpad/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	3 May 2012 18:33:02 -0000	1.32
+++ ChangeLog	13 Sep 2012 21:14:54 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/leafpad
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.32 2012/05/03 18:33:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/ChangeLog,v 1.33 2012/09/13 21:14:54 ssuominen Exp $
+
+  13 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> leafpad-0.8.18.1.ebuild,
+  +files/leafpad-0.8.18.1-fdo.patch:
+  Fix desktop-file-validate errors and use nongnu mirrors.
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> leafpad-0.8.18.1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.5                  app-editors/leafpad/leafpad-0.8.18.1.ebuild

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

Index: leafpad-0.8.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.18.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- leafpad-0.8.18.1.ebuild	3 May 2012 18:33:02 -0000	1.4
+++ leafpad-0.8.18.1.ebuild	13 Sep 2012 21:14:54 -0000	1.5
@@ -1,49 +1,36 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.18.1.ebuild,v 1.4 2012/05/03 18:33:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leafpad/leafpad-0.8.18.1.ebuild,v 1.5 2012/09/13 21:14:54 ssuominen Exp $
 
-EAPI=3
-inherit fdo-mime gnome2-utils
+EAPI=4
+inherit eutils fdo-mime gnome2-utils
 
-DESCRIPTION="Simple GTK+ Text Editor"
+DESCRIPTION="Legacy (stable) release of the GTK+ 2.x based codebase"
 HOMEPAGE="http://tarot.freeshell.org/leafpad/"
-SRC_URI="http://savannah.nongnu.org/download/leafpad/${P}.tar.gz"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="emacs"
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=emacs
 
-RDEPEND=">=x11-libs/gtk+-2.10:2
-	virtual/libintl"
+RDEPEND="virtual/libintl
+	x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
 	dev-util/intltool
+	sys-devel/gettext
 	virtual/pkgconfig"
 
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--enable-chooser \
-		--enable-print \
-		$(use_enable emacs)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README
-}
+DOCS="AUTHORS ChangeLog NEWS README"
 
-pkg_preinst() {
-	gnome2_icon_savelist
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-fdo.patch
 }
 
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
+src_configure() {
+	econf --enable-chooser --enable-print $(use_enable emacs)
 }
 
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { fdo-mime_desktop_database_update; gnome2_icon_cache_update; }
+pkg_postrm() { fdo-mime_desktop_database_update; gnome2_icon_cache_update; }





             reply	other threads:[~2012-09-13 21:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-13 21:14 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-13 21:53 [gentoo-commits] gentoo-x86 commit in app-editors/leafpad: ChangeLog leafpad-0.8.18.1.ebuild Tristan Heaven (tristan)
2011-03-13  9:49 PaweA Hajdan (phajdan.jr)
2011-03-08 18:37 Markos Chandras (hwoarang)
2011-01-21 16:49 Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120913211454.A946321600@flycatcher.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox