Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mr_bones_ 12/02/02 15:52:58
Modified: ChangeLog angband-3.3.2.ebuild
Log:
autotools eclass isn't used
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.41 games-roguelike/angband/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 20 Dec 2011 00:19:32 -0000 1.40
+++ ChangeLog 2 Feb 2012 15:52:58 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for games-roguelike/angband
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.40 2011/12/20 00:19:32 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.41 2012/02/02 15:52:58 mr_bones_ Exp $
+
+ 02 Feb 2012; Michael Sterrett <mr_bones_@g.o> angband-3.3.2.ebuild:
+ autotools eclass isn't used
*angband-3.3.2 (20 Dec 2011)
1.2 games-roguelike/angband/angband-3.3.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild?r1=1.1&r2=1.2
Index: angband-3.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- angband-3.3.2.ebuild 20 Dec 2011 00:19:32 -0000 1.1
+++ angband-3.3.2.ebuild 2 Feb 2012 15:52:58 -0000 1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v 1.1 2011/12/20 00:19:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v 1.2 2012/02/02 15:52:58 mr_bones_ Exp $
EAPI=2
-inherit autotools eutils versionator games
+inherit eutils versionator games
MAJOR_PV=$(get_version_component_range 1-2)
MY_P=${PN}-v${PV}
|
|