* [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: gnuconfig-20120116.ebuild ChangeLog
@ 2012-03-03 22:24 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-03-03 22:24 UTC (permalink / raw
To: gentoo-commits
vapier 12/03/03 22:24:58
Modified: ChangeLog
Added: gnuconfig-20120116.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.61 sys-devel/gnuconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 3 Mar 2012 22:23:19 -0000 1.60
+++ ChangeLog 3 Mar 2012 22:24:58 -0000 1.61
@@ -1,6 +1,14 @@
# ChangeLog for sys-devel/gnuconfig
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.60 2012/03/03 22:23:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.61 2012/03/03 22:24:58 vapier Exp $
+
+*gnuconfig-20120116 (03 Mar 2012)
+
+ 03 Mar 2012; Mike Frysinger <vapier@gentoo.org>
+ files/99999999/0001-add-uClibc-guess-support.patch,
+ files/99999999/0002-add-ps2-targets-to-config.sub.patch,
+ +gnuconfig-20120116.ebuild:
+ Version bump.
03 Mar 2012; Mike Frysinger <vapier@gentoo.org> gnuconfig-20110814.ebuild:
Stabilize for all.
1.1 sys-devel/gnuconfig/gnuconfig-20120116.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?rev=1.1&content-type=text/plain
Index: gnuconfig-20120116.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v 1.1 2012/03/03 22:24:58 vapier Exp $
EAPI="2"
inherit eutils
if [[ ${PV} == "99999999" ]] ; then
EGIT_REPO_URI="git://git.savannah.gnu.org/config.git
http://git.savannah.gnu.org/r/config.git"
inherit git-2
else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
DESCRIPTION="Updated config.sub and config.guess file from GNU"
HOMEPAGE="http://savannah.gnu.org/projects/config"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
S=${WORKDIR}
maint_pkg_create() {
cd "${S}"
local ver=$(head -n 1 ChangeLog | awk '{print $1}' | sed -e 's:-::g')
[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
cp "${FILESDIR}"/${PV}/*.patch . || die
local tar="${T}/gnuconfig-${ver}.tar.bz2"
tar -jcf ${tar} . || die "creating tar failed"
einfo "Packaged tar now available:"
einfo "$(du -b ${tar})"
}
src_unpack() {
if [[ ${PV} == "99999999" ]] ; then
git-2_src_unpack
maint_pkg_create
else
unpack ${A}
fi
}
src_prepare() {
epatch "${WORKDIR}"/*.patch
use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637
}
src_compile() { :;}
src_install() {
insinto /usr/share/${PN}
doins config.{sub,guess} || die
fperms +x /usr/share/${PN}/config.{sub,guess}
dodoc ChangeLog
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: gnuconfig-20120116.ebuild ChangeLog
@ 2012-04-23 3:59 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-04-23 3:59 UTC (permalink / raw
To: gentoo-commits
vapier 12/04/23 03:59:53
Modified: gnuconfig-20120116.ebuild ChangeLog
Log:
Stabilize for all.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-devel/gnuconfig/gnuconfig-20120116.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?r1=1.1&r2=1.2
Index: gnuconfig-20120116.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnuconfig-20120116.ebuild 3 Mar 2012 22:24:58 -0000 1.1
+++ gnuconfig-20120116.ebuild 23 Apr 2012 03:59:53 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v 1.1 2012/03/03 22:24:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v 1.2 2012/04/23 03:59:53 vapier Exp $
EAPI="2"
@@ -12,7 +12,7 @@
inherit git-2
else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
DESCRIPTION="Updated config.sub and config.guess file from GNU"
1.62 sys-devel/gnuconfig/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 3 Mar 2012 22:24:58 -0000 1.61
+++ ChangeLog 23 Apr 2012 03:59:53 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gnuconfig
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.61 2012/03/03 22:24:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.62 2012/04/23 03:59:53 vapier Exp $
+
+ 23 Apr 2012; Mike Frysinger <vapier@gentoo.org> gnuconfig-20120116.ebuild:
+ Stabilize for all.
*gnuconfig-20120116 (03 Mar 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-23 4:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 3:59 [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: gnuconfig-20120116.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-03-03 22:24 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox