From e97dc35e649faf569d84f170742374a4005ebcb3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Mar 2011 07:16:59 +0000 Subject: version bump #348974 by Coran (Portage version: 2.2.0_alpha25/cvs/Linux x86_64, RepoMan options: --force) --- app-doc/linux-gazette-base/ChangeLog | 8 ++------ .../linux-gazette-base-168.ebuild | 24 ---------------------- .../linux-gazette-base-182.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 30 deletions(-) delete mode 100644 app-doc/linux-gazette-base/linux-gazette-base-168.ebuild create mode 100644 app-doc/linux-gazette-base/linux-gazette-base-182.ebuild (limited to 'app-doc/linux-gazette-base') diff --git a/app-doc/linux-gazette-base/ChangeLog b/app-doc/linux-gazette-base/ChangeLog index 8fa96de1516f..3453eb041407 100644 --- a/app-doc/linux-gazette-base/ChangeLog +++ b/app-doc/linux-gazette-base/ChangeLog @@ -1,10 +1,6 @@ # ChangeLog for app-doc/linux-gazette-base -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/ChangeLog,v 1.15 2010/10/19 07:45:58 leio Exp $ - - 19 Oct 2010; Mart Raudsepp - linux-gazette-base-168.ebuild: - Drop to ~mips +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/ChangeLog,v 1.16 2011/03/09 07:16:59 vapier Exp $ *linux-gazette-base-* (21 Aug 2003) diff --git a/app-doc/linux-gazette-base/linux-gazette-base-168.ebuild b/app-doc/linux-gazette-base/linux-gazette-base-168.ebuild deleted file mode 100644 index c6db6df47153..000000000000 --- a/app-doc/linux-gazette-base/linux-gazette-base-168.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-168.ebuild,v 1.2 2010/10/19 07:45:58 leio Exp $ - -# the SRC_URI always has the same file name ... make sure you -# `rm ${DISTDIR}/lg-base.tar.gz` and make a new digest with -# every version bump - -DESCRIPTION="Linux Gazette - common files" -HOMEPAGE="http://linuxgazette.net/" -SRC_URI="mirror://gentoo/lg-base-${PV}.tar.gz" -#SRC_URI="http://linuxgazette.net/ftpfiles/lg-base.tar.gz" - -LICENSE="OPL" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -S=${WORKDIR}/lg - -src_install() { - dodir /usr/share/doc/linux-gazette - mv * "${D}"/usr/share/doc/linux-gazette/ || die -} diff --git a/app-doc/linux-gazette-base/linux-gazette-base-182.ebuild b/app-doc/linux-gazette-base/linux-gazette-base-182.ebuild new file mode 100644 index 000000000000..b14783780103 --- /dev/null +++ b/app-doc/linux-gazette-base/linux-gazette-base-182.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-182.ebuild,v 1.1 2011/03/09 07:16:59 vapier Exp $ + +# the SRC_URI always has the same file name ... make sure you +# `rm ${DISTDIR}/lg-base.tar.gz` and make a new digest with +# every version bump + +DESCRIPTION="Linux Gazette - common files" +HOMEPAGE="http://linuxgazette.net/" +SRC_URI="mirror://gentoo/lg-base-${PV}.tar.gz" +#SRC_URI="http://linuxgazette.net/ftpfiles/lg-base.tar.gz" + +LICENSE="OPL" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +IUSE="" + +S=${WORKDIR}/lg + +src_install() { + dodir /usr/share/doc/linux-gazette + mv * "${D}"/usr/share/doc/linux-gazette/ || die +} -- cgit v1.2.3-65-gdbad