Portage is a package management system used by Gentoo Linux
# ChangeLog for net-misc/gnome-blog
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gnome-blog/ChangeLog,v 1.22 2008/05/29 17:44:16 hawking Exp $
29 May 2008; Ali Polatel
python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
12 Apr 2008; Gilles Dartiguelongue
-gnome-blog-0.9.ebuild, gnome-blog-0.9.1.ebuild:
stable amd64, bug 215389
03 Apr 2008; Brent Baude
stable ppc, bug 215389
17 Feb 2008; Gilles Dartiguelongue
gnome-blog-0.9.1.ebuild:
fix python eclass use, bug #207667
fix quoting
25 Jan 2008; Raúl Porcel
x86 stable
05 Aug 2006; Chris White
metadata.xml translation by Yoshino-san in bug #135160
*gnome-blog-0.9.1 (27 Jul 2006)
27 Jul 2006; Leonardo Boshell
-gnome-blog-0.8.ebuild, +gnome-blog-0.9.1.ebuild:
Version bump (bug #137853).
04 Aug 2005; Simon Stelling
stable on amd64
31 Jul 2005; Tobias Scherbaum
gnome-blog-0.9.ebuild:
ppc stable
28 Jun 2005; Leonardo Boshell
Stable on x86.
27 Jun 2005; Leonardo Boshell
Make sure that GNOME_BlogApplet.server.in is re-created, resolves bug
#93612.
*gnome-blog-0.9 (22 May 2005)
22 May 2005; Leonardo Boshell
New release.
20 Apr 2005; Michael Hanselmann
Stable on ppc.
27 Mar 2005; Leonardo Boshell
Marked stable on x86.
*gnome-blog-0.8 (12 Feb 2005)
12 Feb 2005; Leonardo Boshell
New release. Dropped obsolete patch and reworked dependencies. Resolves
bug #78070.
07 May 2004; Danny van Dyk
Marked ~amd64.
*gnome-blog-0.7-r1 (16 Mar 2004)
16 Mar 2004; L. Boshell
files/gnome-blog-0.7-blogger_fix.patch:
Fix for blogger.com. Closes bug #44785.
10 Mar 2004; L. Boshell
Added gnome-python dependency. Closes bug #44191. It is not mentioned in
the software configure script, so it has been marked as a runtime dep
only.
10 Dec 2003; L. Boshell
Marked as stable on x86.
*gnome-blog-0.7 (31 Oct 2003)
31 Oct 2003; L. Boshell
Initial import. Thanks to suka for the contribution on bug #28602.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST gnome-blog-0.9.1.tar.bz2 161445 RMD160 f563c8b7c216be213d650267311b9e386a34e10c SHA1 7b1406d48a84e3843b3fe700966f0ae084ac6e82 SHA256 e2857052bbbd702a76c1c9109a1497ecb60262e4be24ac6dde89443a4e564a3b
EBUILD gnome-blog-0.9.1.ebuild 1133 RMD160 f195bab411c0ced05aad2b32d74295ef29aec5d2 SHA1 f1ea9f794ca4401754c59183bb83bbd02824945d SHA256 568fbea6c63b1e9ac6c2d77ec7ff8a03393e7a51880f0fd44fec0b57117b6af9
MISC ChangeLog 2874 RMD160 7155df4140b6e71c78ad1217d9759691c0bf6528 SHA1 f7cdc7d13d8b85e647109fb8ba697564a59b87ad SHA256 8bff6a75acaaa725a69eb8b6a6c07778f3b51bf5413376da25c27b61fa617514
MISC metadata.xml 748 RMD160 2f1f2d997acc76d8d548ef8c2e2df14b4deaf4a5 SHA1 4403d24f2dc5425247ae1f9edd1a5f59f5c58147 SHA256 26f899fd1f9323162ced847ada86f51f7142b04768f8005d751027abd541bc7f
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkg+63IACgkQQU4yORhF8iCALQCffzCx3sG+p3BhWEefwaUtI1LH
I28AoK5zLiqtNtML4/FrGpx/qNSsIKAy
=uqkF
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/gnome-blog/gnome-blog-0.9.1.ebuild,v 1.7 2008/05/29 17:44:16 hawking Exp $
inherit gnome2 python
DESCRIPTION="Post entries to your blog right from the Gnome panel"
HOMEPAGE="http://www.gnome.org/~seth/gnome-blog/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND=">=gnome-base/gconf-2
>=dev-python/pygtk-2.6
dev-python/gnome-python"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.28
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog NEWS README TODO"
src_unpack () {
gnome2_src_unpack
# Let this file be re-created so the path in the
# correct. See bug #93612.
rm -f GNOME_BlogApplet.server.in
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
}
pkg_postinst() {
gnome2_pkg_postinst
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gnomeblog
}
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/gnomeblog
}
Blogger software that features a clean interface, support for many
different kinds of blogs, spell checking, drag and drop
capabilities and more.
Blogger は簡潔なインターフェイスであり、様々な形態のブログを
サポートし、スペルチェック機能にドラッグ・アンド・ドロップ機能
などを持つソフトウェアです。