diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-09 20:41:17 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-09 20:41:17 +0000 |
commit | f41eb455562e7fd8a3e56c14f751aea48bfbd7ca (patch) | |
tree | e32baeaff3cf581f7f1122a1113583280a31c63e | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-f41eb455562e7fd8a3e56c14f751aea48bfbd7ca.tar.gz gentoo-2-f41eb455562e7fd8a3e56c14f751aea48bfbd7ca.tar.bz2 gentoo-2-f41eb455562e7fd8a3e56c14f751aea48bfbd7ca.zip |
Bump.
(Portage version: 2.1.5.4)
-rw-r--r-- | net-print/libgnomecups/ChangeLog | 10 | ||||
-rw-r--r-- | net-print/libgnomecups/libgnomecups-0.2.3.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/net-print/libgnomecups/ChangeLog b/net-print/libgnomecups/ChangeLog index deaf154bfc2f..58aa42ad6736 100644 --- a/net-print/libgnomecups/ChangeLog +++ b/net-print/libgnomecups/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/libgnomecups -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v 1.56 2007/05/27 23:29:29 kumba Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/ChangeLog,v 1.57 2008/06/09 20:41:17 loki_val Exp $ + +*libgnomecups-0.2.3 (09 Jun 2008) + + 09 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> + +libgnomecups-0.2.3.ebuild: + Bump. 27 May 2007; Joshua Kinard <kumba@gentoo.org> libgnomecups-0.2.0.ebuild, libgnomecups-0.2.2.ebuild: diff --git a/net-print/libgnomecups/libgnomecups-0.2.3.ebuild b/net-print/libgnomecups/libgnomecups-0.2.3.ebuild new file mode 100644 index 000000000000..97184b23cea6 --- /dev/null +++ b/net-print/libgnomecups/libgnomecups-0.2.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/libgnomecups/libgnomecups-0.2.3.ebuild,v 1.1 2008/06/09 20:41:17 loki_val Exp $ + +inherit eutils gnome2 + +DESCRIPTION="GNOME cups library" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/glib-2 + net-print/cups" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.28" + +DOCS="AUTHORS ChangeLog NEWS" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/enablenet.patch +} |