public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/blogtk: ChangeLog blogtk-2.0.ebuild
Date: Sat, 18 Sep 2010 19:27:50 +0000 (UTC)	[thread overview]
Message-ID: <20100918192750.4CC5B20051@flycatcher.gentoo.org> (raw)

eva         10/09/18 19:27:50

  Modified:             ChangeLog
  Added:                blogtk-2.0.ebuild
  Log:
  Version bump, bug #297741.
  
  (Portage version: 2.2_rc78/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-misc/blogtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/blogtk/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/blogtk/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/blogtk/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/blogtk/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Jan 2009 21:51:23 -0000	1.16
+++ ChangeLog	18 Sep 2010 19:27:50 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/blogtk
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/blogtk/ChangeLog,v 1.16 2009/01/29 21:51:23 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/blogtk/ChangeLog,v 1.17 2010/09/18 19:27:50 eva Exp $
+
+*blogtk-2.0 (18 Sep 2010)
+
+  18 Sep 2010; Gilles Dartiguelongue <eva@gentoo.org> +blogtk-2.0.ebuild,
+  +files/blogtk-2.0-destdir.patch:
+  Version bump, bug #297741.
 
   29 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
   +files/blogtk-1.1-makefile.patch, blogtk-1.1.ebuild:



1.1                  net-misc/blogtk/blogtk-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/blogtk/blogtk-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/blogtk/blogtk-2.0.ebuild?rev=1.1&content-type=text/plain

Index: blogtk-2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/blogtk/blogtk-2.0.ebuild,v 1.1 2010/09/18 19:27:50 eva Exp $

EAPI="2"
PYTHON_DEPEND="2:2.6"

inherit eutils fdo-mime python

DESCRIPTION="GTK Blog - post entries to your blog"
HOMEPAGE="http://blogtk.sourceforge.net"
SRC_URI="http://launchpad.net/${PN}/${PV}/${PV}/+download/${PF}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RESTRICT="mirror"

RDEPEND=">=dev-python/pygtk-2
	>=dev-python/pygobject-2
	>=gnome-base/gconf-2.2
	>=gnome-base/libgnome-2
	dev-python/libgnome-python
	dev-python/gtkspell-python
	dev-python/pywebkitgtk
	dev-python/pygtksourceview"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"

DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"

src_prepare() {
	# Respect DESTDIR
	epatch "${FILESDIR}/${P}-destdir.patch"

	# Respect multilib
	sed -i "s:lib/blogtk:$(get_libdir)/blogtk:g" Makefile || die "sed 1 failed"
	sed -i "s:blogtk2', 'lib')):blogtk2', '$(get_libdir)')):g" bin/blogtk2 \
		|| die "sed 2 failed"
	mv share/blogtk2/lib share/blogtk2/$(get_libdir) || die

	# Remove unwanted files
	find -name "*~" -delete || die
	find -name "*.pyc" -delete || die
}

src_compile() {
	return
}

src_install() {
	emake DESTDIR="${D}" install || die "Unable to compile blogtk"
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	python_mod_optimize /usr/share/${PN}2/$(get_libdir)/${PN}2
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	python_mod_cleanup /usr/share/${PN}2/$(get_libdir)/${PN}2
}






             reply	other threads:[~2010-09-18 19:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-18 19:27 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-06 12:15 [gentoo-commits] gentoo-x86 commit in net-misc/blogtk: ChangeLog blogtk-2.0.ebuild Pacho Ramos (pacho)
2010-11-12 21:02 Markos Chandras (hwoarang)
2010-11-14 11:24 Markus Meier (maekke)
2011-01-13 20:34 Brent Baude (ranger)
2011-10-24  6:20 Alexandre Rostovtsev (tetromino)
2013-03-30 17:05 Gilles Dartiguelongue (eva)

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=20100918192750.4CC5B20051@flycatcher.gentoo.org \
    --to=eva@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