public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/xfprint: metadata.xml Manifest xfprint-4.4.2-r1.ebuild ChangeLog
@ 2008-06-22 22:55 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-06-22 22:55 UTC (permalink / raw
  To: gentoo-commits

drac        08/06/22 22:55:03

  Added:                metadata.xml Manifest xfprint-4.4.2-r1.ebuild
                        ChangeLog
  Log:
  Move from xfce-base. Fix missing deps.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  net-print/xfprint/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>xfce</herd>
</pkgmetadata>



1.1                  net-print/xfprint/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
AUX 4.4.2/01_all_no_default_printer.patch 685 RMD160 16ca14f039017f723cbff2e9df0111e7a0389103 SHA1 29574837766637b702418466d2e8bc641f6c0aff SHA256 ea666ee9f45788ebc004c20372e4102d760a6502c98a8d86c5b475bfacc272e0
DIST xfprint-4.4.2.tar.bz2 827277 RMD160 70b3357250f585a58e982a4c2edfd6aaf0e1e0b5 SHA1 ad775ac77894e9d946711181e812fdc6edd725a7 SHA256 b9bb03820a8ba1995ffe3e5b96b6d5ebbbc0347ad1202172f13bba63b2984d54
EBUILD xfprint-4.4.2-r1.ebuild 1323 RMD160 df2cd0cc63ec0d7a66c1a67eb6eac6ddef27ba0f SHA1 9c2f01285f13c1449a4da046cf5b2148929b7899 SHA256 f522cd05289080d07549764758fe2e918254933740d071bda53afdbe796474da
MISC ChangeLog 13819 RMD160 30bbfd6ca3fb12cc039ac8cf5ed5e4f534abc16a SHA1 0448f1970b853840e7c80a4e0b76f921aa7e30b9 SHA256 5e9bdee550fe244bf837bc2d358b763319630e4495d4e3385feb20657c70499a
MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61



1.1                  net-print/xfprint/xfprint-4.4.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/xfprint-4.4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/xfprint-4.4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: xfprint-4.4.2-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/xfprint/xfprint-4.4.2-r1.ebuild,v 1.1 2008/06/22 22:55:02 drac Exp $

inherit eutils

DESCRIPTION="GTK+ and Xfce4 frontend for printing, management and job queue."
HOMEPAGE="http://www.xfce.org/projects/xfprint"
SRC_URI="mirror://xfce/xfce-${PV}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="cups debug doc"

RDEPEND="cups? ( net-print/cups )
	!cups? ( net-print/lprng )
	>=dev-libs/glib-2.6
	>=x11-libs/gtk+-2.6
	>=xfce-base/libxfce4mcs-4.4
	>=xfce-base/libxfce4util-4.4
	>=xfce-base/libxfcegui4-4.4
	>=xfce-base/xfce-mcs-manager-4.4
	app-text/a2ps"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig
	sys-devel/gettext"
#	doc? ( dev-util/gtk-doc )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	EPATCH_SUFFIX="patch" epatch "${FILESDIR}"/${PV}
}

src_compile() {
	local myconf="--enable-bsdlpr"
	use cups && myconf="--enable-cups"

	econf --disable-dependency-tracking \
		$(use_enable debug) \
		$(use_enable doc gtk-doc) \
		${myconf}

	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README TODO
}



1.1                  net-print/xfprint/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/xfprint/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for xfce-base/xfprint
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-print/xfprint/ChangeLog,v 1.1 2008/06/22 22:55:02 drac Exp $

  22 Jun 2008; Samuli Suominen <drac@gentoo.org>
  +files/4.4.2/01_all_no_default_printer.patch, +metadata.xml,
  +xfprint-4.4.2-r1.ebuild:
  Move from xfce-base. Fix missing deps.

  26 Mar 2008; Jeroen Roovers <jer@gentoo.org> xfprint-4.4.2-r1.ebuild:
  Stable for HPPA (bug #214130).

  24 Mar 2008; Raúl Porcel <armin76@gentoo.org> xfprint-4.4.2-r1.ebuild:
  ia64/sparc stable wrt #214130

  22 Mar 2008; Brent Baude <ranger@gentoo.org> xfprint-4.4.2-r1.ebuild:
  Marking xfprint-4.4.2-r1 ppc64 for bug 214130

  21 Mar 2008; Tobias Klausmann <klausman@gentoo.org>
  xfprint-4.4.2-r1.ebuild:
  Stable on alpha, bug #214130

  21 Mar 2008; Dawid Węgliński <cla@gentoo.org> xfprint-4.4.2-r1.ebuild:
  Stable on x86 (bug #214130)

  20 Mar 2008; Samuli Suominen <drac@gentoo.org> xfprint-4.4.2-r1.ebuild:
  amd64 stable

*xfprint-4.4.2-r1 (25 Jan 2008)

  25 Jan 2008; Samuli Suominen <drac@gentoo.org>
  +files/xfprint-4.4.2-no-default-printer.patch, +xfprint-4.4.2-r1.ebuild:
  Revision bump to include a upstream patch, fixing segfault when no default
  printer is selected. Upstream bug report #3816.

  17 Dec 2007; Jeroen Roovers <jer@gentoo.org> xfprint-4.4.2.ebuild:
  Stable for HPPA (bug #201747).

  12 Dec 2007; Brent Baude <ranger@gentoo.org> xfprint-4.4.2.ebuild:
  Marking xfprint-4.4.2 ppc64 stable for bug 201747

  12 Dec 2007; Raúl Porcel <armin76@gentoo.org> xfprint-4.4.2.ebuild:
  alpha/ia64/sparc stable wrt #201747

  09 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  xfprint-4.4.2.ebuild:
  ppc stable, bug #201747

  09 Dec 2007; Dawid Węgliński <cla@gentoo.org> xfprint-4.4.2.ebuild:
  Stable on amd64/x86 (bug #201747)

*xfprint-4.4.2 (18 Nov 2007)

  18 Nov 2007; Samuli Suominen <drac@gentoo.org> +xfprint-4.4.2.ebuild:
  Version bump.

  07 Jun 2007; Samuli Suominen <drac@gentoo.org> xfprint-4.4.1.ebuild:
  Stable on arm.

  01 Jun 2007; Brent Baude <ranger@gentoo.org> xfprint-4.4.1.ebuild:
  Marking xfprint-4.4.1 ppc64 stable for bug #178510

  27 May 2007; Joshua Kinard <kumba@gentoo.org> xfprint-4.4.1.ebuild:
  Stable on mips.

  24 May 2007; Lars Weiler <pylon@gentoo.org> xfprint-4.4.1.ebuild:
  Stable on ppc; bug #178510.

  21 May 2007; Jeroen Roovers <jer@gentoo.org> xfprint-4.4.1.ebuild:
  Stable for HPPA (bug #178510).

  19 May 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.1.ebuild:
  Stable on amd64 wrt bug 178510

  18 May 2007; Raúl Porcel <armin76@gentoo.org> xfprint-4.4.1.ebuild:
  alpha/ia64/x86 stable wrt #178510

  15 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.4.1.ebuild:
  Stable on sparc wrt #178510

*xfprint-4.4.1 (11 Apr 2007)

  11 Apr 2007; Joshua Nichols <nichoj@gentoo.org> +xfprint-4.4.1.ebuild:
  Version bump for 4.4.1.

  15 Mar 2007; Markus Rothe <corsair@gentoo.org> xfprint-4.4.0.ebuild:
  Stable on ppc64; bug #169987

  14 Mar 2007; Samuli Suominen <drac@gentoo.org> xfprint-4.4.0.ebuild:
  Remove bogus deps; libgpg-error, gnutls, gcrypt.

  14 Mar 2007; Samuli Suominen <drac@gentoo.org> xfprint-4.4.0.ebuild:
  Add missing dep for xfce-mcs-manager as pointed out by Betelgeuse, thanks.

  12 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> xfprint-4.4.0.ebuild:
  Stable on Alpha + IA64.

  10 Mar 2007; nixnut <nixnut@gentoo.org> xfprint-4.4.0.ebuild:
  Stable on ppc wrt bug 169987

  10 Mar 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild:
  Stable on amd64 wrt bug 169987

  09 Mar 2007; Jeroen Roovers <jer@gentoo.org> xfprint-4.4.0.ebuild:
  Stable for HPPA (bug #169987).

  09 Mar 2007; Christian Faulhammer <opfer@gentoo.org> xfprint-4.4.0.ebuild:
  stable x86; bug #169987

  08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.4.0.ebuild:
  Stable on sparc wrt #169987

  02 Mar 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild:
  Keyworded on x86-fbsd

  26 Feb 2007; Samuli Suominen <drac@gentoo.org> xfprint-4.4.0.ebuild:
  Change DESCRIPTION. Adjust HOMEPAGE for bug 165707.

  18 Feb 2007; Samuli Suominen <drac@gentoo.org> xfprint-4.4.0.ebuild:
  Allow installation also with lprng wrt bug 160671.

  03 Feb 2007; Joshua Nichols <nichoj@gentoo.org> -xfprint-4.3.99.2.ebuild:
  Removing old version.

  28 Jan 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild:
  Dep fixes, various other fixes

  25 Jan 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild:
  fixed deps, removing usage of gnome2-utils, cleanup

  23 Jan 2007; Peter Weller <welp@gentoo.org> xfprint-4.4.0.ebuild:
  Removing usage of virtual/x11,  and hardcoding in depends. Minor clean ups.

*xfprint-4.4.0 (22 Jan 2007)

  22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> +xfprint-4.4.0.ebuild:
  Version bump.

  06 Jan 2007; Joshua Nichols <nichoj@gentoo.org> xfprint-4.3.99.2.ebuild:
  Added IUSE=debug, which was dropped when 'inherit debug' was removed from
  xfce44.eclass. Added icon cache updating.

  28 Dec 2006; Joshua Nichols <nichoj@gentoo.org> xfprint-4.2.3.ebuild:
  Fixed dependencies, see bug #130573.

  10 Dec 2006; Joshua Nichols <nichoj@gentoo.org> xfprint-4.2.3.ebuild:
  Added missing dependency on libxfcegui4, see bug #153577.

  07 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -xfprint-4.2.1.ebuild,
  -xfprint-4.2.2.ebuild, -xfprint-4.2.2-r1.ebuild, -xfprint-4.3.90.1.ebuild,
  -xfprint-4.3.90.2.ebuild:
  Pruned old versions with new versions with same or better keywords.

*xfprint-4.3.99.2 (07 Dec 2006)

  07 Dec 2006; Joshua Nichols <nichoj@gentoo.org> +xfprint-4.3.99.2.ebuild:
  Version bump for RC2. See bug #146563.

  02 Dec 2006; Tiziano Müller <dev-zero@gentoo.org>
  xfprint-4.2.2-r1.ebuild, xfprint-4.2.3.ebuild:
  ~x86-fbsd keyword added

  13 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> xfprint-4.2.3.ebuild:
  Stable on Alpha.

  20 Jul 2006; Daniel Ostrow <dostrow@gentoo.org> xfprint-4.3.90.1.ebuild,
  xfprint-4.3.90.2.ebuild:
  Shuffle around useflag behavior on beta ebuilds to prevent non-interactive
  build failure. Thanks to drac on bug #140377 for the catch.

  13 Jul 2006; Aron Griffis <agriffis@gentoo.org> xfprint-4.2.3.ebuild:
  Mark 4.2.3 stable on ia64

*xfprint-4.3.90.2 (10 Jul 2006)

  10 Jul 2006; Brad Cowan <bcowan@gentoo.org> +xfprint-4.3.90.2.ebuild:
  Xfce beta 2 builds

  09 Jul 2006; Joshua Kinard <kumba@gentoo.org> xfprint-4.2.3.ebuild:
  Marked stable on mips.

  22 Apr 2006; Markus Rothe <corsair@gentoo.org> xfprint-4.2.3.ebuild:
  Stable on ppc64

  20 Apr 2006; Mike Doty <kingtaco@gentoo.org> xfprint-4.2.3.ebuild:
  amd64 stable, bug 129371

*xfprint-4.3.90.1 (20 Apr 2006)

  20 Apr 2006; Daniel Ostrow <dostrow@gentoo.org> +xfprint-4.3.90.1.ebuild:
  Version bump for 4.4_beta1.

  17 Apr 2006; Michael Hanselmann <hansmi@gentoo.org> xfprint-4.2.3.ebuild:
  Stable on ppc. See bug #129371.

  15 Apr 2006; Mark Loeser <halcy0n@gentoo.org> xfprint-4.2.3.ebuild:
  Stable on x86; bug #129371

  10 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.2.3.ebuild:
  Stable on sparc wrt #129371

  10 Apr 2006; Jeroen Roovers <jer@gentoo.org> xfprint-4.2.3.ebuild:
  Stable on hppa (bug #129371).

*xfprint-4.2.3 (09 Dec 2005)

  09 Dec 2005; Daniel Ostrow <dostrow@gentoo.org> +xfprint-4.2.3.ebuild:
  Version bump for xfce-4.2.3.2.

*xfprint-4.2.2-r1 (06 Oct 2005)

  06 Oct 2005; Brad Cowan <bcowan@gentoo.org> +xfprint-4.2.2-r1.ebuild:
  Xfce builds for new eclass and modular Xorg.

  12 Jul 2005; Simon Stelling <blubb@gentoo.org> xfprint-4.2.2.ebuild:
  stable on amd64

  11 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> xfprint-4.2.2.ebuild:
  Stable on alpha + ia64.

  11 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> xfprint-4.2.2.ebuild:
  Stable on hppa.

  08 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.2.2.ebuild:
  Stable on sparc

  07 Jul 2005; Daniel Ostrow <dostrow@gentoo.org> xfprint-4.2.2.ebuild:
  Stable on ppc and ppc64.

  15 Jun 2005; Markus Rothe <corsair@gentoo.org> xfprint-4.2.0.ebuild:
  Stable on ppc64

*xfprint-4.2.2 (18 May 2005)

  18 May 2005; Brad Cowan <bcowan@gentoo.org> +xfprint-4.2.2.ebuild:
  4.2.2 bugfix release of Xfce 4.

  23 Mar 2005; Daniel Ostrow <dostrow@gentoo.org> xfprint-4.2.1.ebuild:
  Version bump and associated fixes.

*xfprint-4.2.1 (17 Mar 2005)

  17 Mar 2005; Brad Cowan <bcowan@gentoo.org> +xfprint-4.2.1.ebuild:
  Bugfix release of Xfce4.

  09 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> xfprint-4.2.0.ebuild:
  Stable on alpha.

  31 Jan 2005; lanius@gentoo.org xfprint-4.2.0.ebuild:
  stable on amd64

  29 Jan 2005; Lars Weiler <pylon@gentoo.org> xfprint-4.2.0.ebuild:
  Stable on ppc.

  24 Jan 2005; Guy Martin <gmsoft@gentoo.org> xfprint-4.2.0.ebuild:
  Stable on hppa.

*xfprint-4.2.0 (16 Jan 2005)

  16 Jan 2005; Brad Cowan <bcowan@gentoo.org> +xfprint-4.2.0.ebuild:
  4.2 final release of Xfce4.

*xfprint-4.1.99.3-r1 (06 Jan 2005)

  06 Jan 2005; Brad Cowan <bcowan@gentoo.org> +xfprint-4.1.99.3-r1.ebuild:
  Updated to use Xfce4 eclass.

  03 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

*xfprint-4.1.99.3 (02 Jan 2005)

  02 Jan 2005; Brad Cowan <bcowan@gentoo.org> +xfprint-4.1.99.3.ebuild:
  Version bump to RC version of 4.2 release.

*xfprint-4.1.99.2 (13 Dec 2004)

  13 Dec 2004; Brad Cowan <bcowan@gentoo.org> +xfprint-4.1.99.2.ebuild:
  Version bump for beta version of 4.2 release.

*xfprint-4.1.99.1 (25 Nov 2004)

  25 Nov 2004; Brad Cowan <bcowan@gentoo.org> +xfprint-4.1.99.1.ebuild:
  Version bump for beta version of 4.2 release.

*xfprint-4.1.91 (31 Oct 2004)

  31 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfprint-4.1.91.ebuild:
  Version bump of beta version of 4.2 release.

  19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> xfprint-4.0.6.ebuild:
  Stable on amd64.

*xfprint-4.1.90 (04 Oct 2004)

  04 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfprint-4.1.90.ebuild:
  Beta version of new 4.2 release. Contains too numerous improvements to list.

  17 Sep 2004; Tom Gall <tgall@gentoo.org> xfprint-4.0.6.ebuild:
  stable on ppc64, bug #57744

  30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  xfprint-4.0.6.ebuild:
  Masked xfprint-4.0.6.ebuild stable for ppc

  07 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> xfprint-4.0.6.ebuild:
  Stable on alpha.

  06 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.0.6.ebuild:
  Stable on sparc

  06 Aug 2004; Guy Martin <gmsoft@gentoo.org> xfprint-4.0.6.ebuild:
  Stable on hppa.

*xfprint-4.0.6 (12 Jul 2004)

  12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfprint-4.0.6.ebuild:
  Version bump. Bugfix release on stable branch that fixes cropped icons with
  gtk-2.4 along with many others.

  23 Jun 2004; <malc@gentoo.org> xfprint-4.0.5.ebuild:
  Mark stable on amd64

  19 May 2004; Guy Martin <gmsoft@gentoo.org> xfprint-4.0.5.ebuild:
  Marked stable on hppa.

  03 May 2004; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.0.5.ebuild:
  Stable on sparc

  20 Apr 2004; Aron Griffis <agriffis@gentoo.org> xfprint-4.0.4.ebuild:
  Stable on alpha and ia64

*xfprint-4.0.5 (18 Apr 2004)

  18 Apr 2004; Brad Cowan <bcowan@gentoo.org> xfprint-4.0.5.ebuild:
  Bugfix release of xfce4.

  17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xfprint-4.0.0.ebuild,
  xfprint-4.0.1.ebuild, xfprint-4.0.2.ebuild, xfprint-4.0.3.ebuild,
  xfprint-4.0.4.ebuild:
  Removed S=

  05 Apr 2004; Guy Martin <gmsoft@gentoo.org> xfprint-4.0.4.ebuild:
  Marked stable on hppa.

  16 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.0.4.ebuild:
  stable on sparc

*xfprint-4.0.4 (10 Mar 2004)

  10 Mar 2004; Brad Cowan <bcowan@gentoo.org> xfprint-4.0.4.ebuild:
  Bugfix release of xfce4.

  09 Mar 2004; <agriffis@gentoo.org> xfprint-4.0.3.ebuild:
  stable on alpha and ia64

  08 Mar 2004; Bret Curtis <psi29a@gentoo.org> xfprint-4.0.3.ebuild:
  Added ~mips to KEYWORDS.

  02 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> xfprint-4.0.3.ebuild:
  stable on sparc

  17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> :
  manifest fix

  16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> xfprint-4.0.1.ebuild:
  set ppc in keywords

*xfprint-4.0.3 (09 Jan 2004)

  09 Jan 2004; Brad Cowan <bcowan@gentoo.org> xfprint-4.0.3.ebuild:
  Bugfix release of xfce4. Fixes memory leak and adds kde systray support

*xfprint-4.0.2 (24 Dec 2003)

  24 Dec 2003; Brad Cowan <bcowan@gentoo.org> xfprint-4.0.2.ebuild:
  bugfix release of xfce4.

  18 Dec 2003; Jason Wever <weeve@gentoo.org> xfprint-4.0.1.ebuild:
  Marked stable on sparc.

  18 Dec 2003; Guy Martin <gmsoft@gentoo.org> xfprint-4.0.1.ebuild:
  Marked stable on hppa.

*xfprint-4.0.1 (12 Nov 2003)

  12 Nov 2003; Brad Cowan <bcowan@gentoo.org> xfprint-4.0.1.ebuild:
  bugfix release of xfce4.

*xfprint-4.0.0 (25 Sep 2003)

  16 Nov 2003; Guy Martin <gmsoft@gentoo.org> xfprint-4.0.0.ebuild :
  Added hppa to KEYWORDS.

  25 Sep 2003; Brad Cowan <bcowan@gentoo.org> xfprint-4.0.0.ebuild:
  First official release of xfce4.

*xfprint-3.99.4 (12 Sep 2003)

  12 Sep 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.99.4.ebuild:
  Version bump.

*xfprint-3.99.3 (03 Sep 2003)

  03 Sep 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.99.3.ebuild:
  Version bump.

*xfprint-3.99.2 (22 Jul 2003)

  22 Jul 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.99.2.ebuild:
  Version bump.

*xfprint-3.99.1 (15 Jul 2003)

  15 Jul 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.99.1.ebuild:
  New version and portage directory structure.

  14 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.90.0.ebuild:
  Added some deps brought to my attention by Mathy Vanvoorden.

*xfprint-3.90.0 (13 Jun 2003)

  13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfprint-3.90.0.ebuild:
  Initial import.




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-22 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-22 22:55 [gentoo-commits] gentoo-x86 commit in net-print/xfprint: metadata.xml Manifest xfprint-4.4.2-r1.ebuild ChangeLog Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox