public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/pv: metadata.xml Manifest pv-1.1.0.ebuild ChangeLog
@ 2008-03-06 15:51 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2008-03-06 15:51 UTC (permalink / raw
  To: gentoo-commits

angelos     08/03/06 15:51:55

  Added:                metadata.xml Manifest pv-1.1.0.ebuild ChangeLog
  Log:
  Moved pv to sys-apps, bug 208253
  (Portage version: 2.1.4.4, RepoMan options: --force)

Revision  Changes    Path
1.1                  sys-apps/pv/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/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>no-herd</herd>
<maintainer>
  <email>angelos@gentoo.org</email>
  <name>Christoph Mende</name>
</maintainer>
</pkgmetadata>




1.1                  sys-apps/pv/Manifest

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

Index: Manifest
===================================================================
DIST pv-1.1.0.tar.gz 90669 RMD160 ec613daca7294f01142d000311385f30e2036dda SHA1 7939bf2188184da4edc101e1991497822b8244e4 SHA256 3c5f2095a92cfe1ad83e2315344d257433ca3a17516c9fba9da216dfead63717
EBUILD pv-1.1.0.ebuild 726 RMD160 2f42cdb4b2672ecf02a430131ac2763e0ff9aaf1 SHA1 3dfb428e49045da118e65b129e807cb475d5ded3 SHA256 b5654f7ee8e9667c12412478e88a031784710f05dc41a43326ff22ddb06b9d32
MISC ChangeLog 3922 RMD160 4c543184f40c117a54938d725ea93613b04656f5 SHA1 2d49afa204c08689289cf7c8f5b10221eb560fef SHA256 b2b3a65b93c56b3887647ea224f88946b56850a960b5c138f8ec6d4e2b7e5eab
MISC metadata.xml 255 RMD160 71a3c06a4dd86a63ed892a280508706c6f71e9a1 SHA1 de37d6a433efd9af05c99ed0f5aa152fba099ee6 SHA256 f243435638a30f395a46fc923f69c95610220826bc328d1e42b1c031cd4eb38d



1.1                  sys-apps/pv/pv-1.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/pv-1.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pv/pv-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: pv-1.1.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.1.0.ebuild,v 1.1 2008/03/06 15:51:55 angelos Exp $

DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe"
HOMEPAGE="http://www.ivarch.com/programs/pv.shtml"
SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
IUSE="debug nls"

src_compile() {
	econf \
		$(use_enable debug debugging) \
		$(use_enable nls) \
		|| die

	emake || die
}

src_install() {
	emake DESTDIR="${D}" UNINSTALL=/bin/true install || die "install failed"

	dodoc README doc/NEWS doc/TODO
}



1.1                  sys-apps/pv/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for app-misc/pv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.1 2008/03/06 15:51:55 angelos Exp $

  03 Oct 2007; Christoph Mende <angelos@gentoo.org>
  -files/pv-remove-doc-target.patch, -pv-0.9.6.ebuild, -pv-0.9.9.ebuild,
  -pv-1.0.1.ebuild:
  Cleanup

  03 Oct 2007; Raúl Porcel <armin76@gentoo.org> pv-1.1.0.ebuild:
  alpha stable wrt #194417

  03 Oct 2007; Tom Gall <tgall@gentoo.org> pv-1.1.0.ebuild:
  stable on ppc64

  02 Oct 2007; nixnut <nixnut@gentoo.org> pv-1.1.0.ebuild:
  Stable on ppc wrt bug 194417

  02 Oct 2007; Christian Faulhammer <opfer@gentoo.org> pv-1.1.0.ebuild:
  stable x86, bug 194417

  01 Oct 2007; Ferris McCormick <fmccor@gentoo.org> pv-1.1.0.ebuild:
  Sparc stable --- Bug #194417 --- thanks, Tiago.

  30 Sep 2007; Christoph Mende <angelos@gentoo.org> pv-1.1.0.ebuild:
  Stable on amd64

  12 Sep 2007; Christoph Mende <angelos@gentoo.org> pv-1.0.1.ebuild:
  Stable on amd64

*pv-1.1.0 (31 Aug 2007)

  31 Aug 2007; Christoph Mende <angelos@gentoo.org> +pv-1.1.0.ebuild:
  Version bump

  18 Aug 2007; Christoph Mende <angelos@gentoo.org> pv-1.0.1.ebuild:
  Remove unneeded patch and add dodoc

  14 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> pv-0.9.9.ebuild:
  Stable on sparc

  13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> pv-0.9.9.ebuild:
  ppc. stable

*pv-1.0.1 (13 Aug 2007)

  13 Aug 2007; Christoph Mende <angelos@gentoo.org> +pv-1.0.1.ebuild:
  Version bump

  04 Aug 2007; Christoph Mende <angelos@gentoo.org> pv-0.9.9.ebuild:
  Stable on amd64

  07 Jul 2007; Christoph Mende <angelos@gentoo.org>
  +files/pv-remove-doc-target.patch, pv-0.9.9.ebuild:
  Removing doc target which is useless and broken with $PAGER != less

  05 Jul 2007; Christoph Mende <angelos@gentoo.org> -pv-0.8.1.ebuild,
  -pv-0.9.0.ebuild, pv-0.9.9.ebuild:
  Cleanup and added nls USE flag for pv-0.9.9

*pv-0.9.9 (02 Jul 2007)

  02 Jul 2007; Christoph Mende <angelos@gentoo.org> metadata.xml,
  pv-0.9.6.ebuild, +pv-0.9.9.ebuild:
  Taking over maintainership
  Version bump to 0.9.9, bug #181665
  pv-0.9.6 stable on amd64

  15 Apr 2007; Markus Rothe <corsair@gentoo.org> pv-0.9.6.ebuild:
  Stable on ppc64

  12 Mar 2007; Raúl Porcel <armin76@gentoo.org> pv-0.9.6.ebuild:
  x86 stable

  21 Feb 2007; Charlie Shepherd <masterdriverz@gentoo.org> metadata.xml:
  avenj has retired - removing from metadata

  16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> pv-0.9.6.ebuild:
  ppc stable

  19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org> pv-0.9.6.ebuild:
  Stable on alpha.

  22 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> pv-0.9.6.ebuild:
  Stable on sparc

  28 May 2006; Lars Weiler <pylon@gentoo.org> pv-0.8.1.ebuild:
  Stable on ppc.

*pv-0.9.6 (20 Mar 2006)

  20 Mar 2006; Jon Portnoy <avenj@gentoo.org> pv-0.9.6.ebuild :
  Version bump, bug #104520.

  09 Sep 2005; Aron Griffis <agriffis@gentoo.org> pv-0.8.1.ebuild:
  Mark 0.8.1 stable on alpha

*pv-0.9.0 (17 Jun 2005)

  17 Jun 2005; Jon Portnoy <avenj@gentoo.org> pv-0.9.0.ebuild :
  Version bump, bug #88545

  17 Jun 2005; Jon Portnoy <avenj@gentoo.org> pv-0.8.1.ebuild :
  Stable on x86, amd64

  07 Mar 2005; Markus Rothe <corsair@gentoo.org> pv-0.8.1.ebuild:
  Stable on ppc64

  23 Jan 2005; Markus Rothe <corsair@gentoo.org> pv-0.8.1.ebuild:
  added ~ppc64 to KEYWORDS

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

  19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> pv-0.8.1.ebuild:
  ~alpha keyword.

  15 Aug 2004; Jason Wever <weeve@gentoo.org> pv-0.8.1.ebuild:
  Added ~sparc keyword.

  20 Apr 2004; David Holm <dholm@gentoo.org> pv-0.8.1.ebuild:
  Added to ~ppc.

*pv-0.8.1 (19 Apr 2004)

  19 Apr 2004; Jon Portnoy <avenj@gentoo.org> pv-0.8.1.ebuild :
  Initial import. Bug 36317. Submitted by Eric Harney
  <eharney@clemson.edu>.



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



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

only message in thread, other threads:[~2008-03-06 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 15:51 [gentoo-commits] gentoo-x86 commit in sys-apps/pv: metadata.xml Manifest pv-1.1.0.ebuild ChangeLog Christoph Mende (angelos)

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