From: "Andreas HAttel (dilfridge)" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-print/gtklp: gtklp-1.2.8a.ebuild ChangeLog
Date: Fri, 27 Apr 2012 21:19:13 +0000 (UTC) [thread overview]
Message-ID: <20120427211913.E9A502004B@flycatcher.gentoo.org> (raw)
dilfridge 12/04/27 21:19:13
Modified: ChangeLog
Added: gtklp-1.2.8a.ebuild
Log:
Bugfix version bump, adds a trivial one-line change to fix compilation against cups-1.5, bug 413711
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.43 net-print/gtklp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gtklp/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gtklp/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gtklp/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/gtklp/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 20 Jun 2011 10:54:00 -0000 1.42
+++ ChangeLog 27 Apr 2012 21:19:13 -0000 1.43
@@ -1,6 +1,12 @@
# ChangeLog for net-print/gtklp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/ChangeLog,v 1.42 2011/06/20 10:54:00 pva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/ChangeLog,v 1.43 2012/04/27 21:19:13 dilfridge Exp $
+
+*gtklp-1.2.8a (27 Apr 2012)
+
+ 27 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> +gtklp-1.2.8a.ebuild:
+ Bugfix version bump, adds a trivial one-line change to fix compilation
+ against cups-1.5, bug 413711
20 Jun 2011; Peter Volkov <pva@gentoo.org> -gtklp-1.2.7.ebuild,
gtklp-1.2.8.ebuild:
1.1 net-print/gtklp/gtklp-1.2.8a.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gtklp/gtklp-1.2.8a.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gtklp/gtklp-1.2.8a.ebuild?rev=1.1&content-type=text/plain
Index: gtklp-1.2.8a.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/gtklp/gtklp-1.2.8a.ebuild,v 1.1 2012/04/27 21:19:13 dilfridge Exp $
EAPI="2"
inherit autotools eutils
DESCRIPTION="A GUI for cupsd"
HOMEPAGE="http://gtklp.sourceforge.net"
SRC_URI="mirror://sourceforge/gtklp/${P}.src.tar.gz
mirror://sourceforge/gtklp/logo.xpm.gz -> gtklp-logo.xpm.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="nls ssl"
RDEPEND="x11-libs/gtk+:2
>=net-print/cups-1.1.12
nls? ( sys-devel/gettext )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
sed -e '/DEF_BROWSER_CMD/{s:netscape:firefox:}' \
-e '/DEF_HELP_HOME/{s:631/sum.html#STANDARD_OPTIONS:631/help/:}' \
-i include/defaults.h
eautoreconf # avoid "maintainer mode"
}
src_configure() {
econf \
$(use_enable nls) \
$(use_enable ssl) \
--enable-forte #369003
}
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS BUGS ChangeLog README TODO USAGE || die
doicon "${WORKDIR}"/gtklp-logo.xpm
make_desktop_entry 'gtklp -i' "Print files via CUPS" gtklp-logo 'System;Printing'
make_desktop_entry gtklpq "CUPS queue manager" gtklp-logo 'System;Printing'
}
next reply other threads:[~2012-04-27 21:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-27 21:19 Andreas HAttel (dilfridge) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-28 12:17 [gentoo-commits] gentoo-x86 commit in net-print/gtklp: gtklp-1.2.8a.ebuild ChangeLog Agostino Sarubbo (ago)
2012-05-06 20:31 Brent Baude (ranger)
2012-05-21 9:31 PaweA Hajdan (phajdan.jr)
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=20120427211913.E9A502004B@flycatcher.gentoo.org \
--to=dilfridge@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