diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-02-17 20:29:11 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-02-17 20:29:11 +0000 |
commit | faefcdb7a6b70361062a82ffd854b726f9d83c7f (patch) | |
tree | 66405b005a9206aab55eb0db43a3e6730b3157c3 /sys-kernel | |
parent | Now propagate LDFLAGS (diff) | |
download | gentoo-2-faefcdb7a6b70361062a82ffd854b726f9d83c7f.tar.gz gentoo-2-faefcdb7a6b70361062a82ffd854b726f9d83c7f.tar.bz2 gentoo-2-faefcdb7a6b70361062a82ffd854b726f9d83c7f.zip |
Version bump.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/tuxonice-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r3.ebuild (renamed from sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r2.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/sys-kernel/tuxonice-sources/ChangeLog b/sys-kernel/tuxonice-sources/ChangeLog index 6e68029d5158..a31ec41aed02 100644 --- a/sys-kernel/tuxonice-sources/ChangeLog +++ b/sys-kernel/tuxonice-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/tuxonice-sources # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.49 2009/02/16 21:28:34 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.50 2009/02/17 20:29:11 nelchael Exp $ + +*tuxonice-sources-2.6.28-r3 (17 Feb 2009) + + 17 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> + -tuxonice-sources-2.6.28-r2.ebuild, +tuxonice-sources-2.6.28-r3.ebuild: + Version bump. *tuxonice-sources-2.6.28-r2 (16 Feb 2009) diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r2.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r3.ebuild index 5475b63df522..a4b8ab6543dd 100644 --- a/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r2.ebuild +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r2.ebuild,v 1.1 2009/02/16 21:28:34 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r3.ebuild,v 1.1 2009/02/17 20:29:11 nelchael Exp $ ETYPE="sources" K_WANT_GENPATCHES="base extras" @@ -14,12 +14,12 @@ DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net" IUSE="" -TUXONICE_VERSION="3.0-rc8" +TUXONICE_VERSION="20090214-v1" TUXONICE_TARGET="2.6.28" -TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}-removed-swsusp-bitmaps" -TUXONICE_URI="mirror://gentoo/${TUXONICE_SRC}.patch.bz2" +TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_VERSION}" +TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2" -UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2" UNIPATCH_STRICTORDER="yes" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" |