ulm         14/05/18 20:43:00

  Modified:             ChangeLog descent1-maps-1.0.ebuild
  Log:
  Fix LICENSE, add mirror and bindist restrictions, update HOMEPAGE and 
SRC_URI, bug 505606.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.5                  games-action/descent1-maps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent1-maps/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent1-maps/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent1-maps/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/descent1-maps/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Jan 2007 17:40:29 -0000      1.4
+++ ChangeLog   18 May 2014 20:43:00 -0000      1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/descent1-maps
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/ChangeLog,v 1.4 
2007/01/10 17:40:29 wolf31o2 Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-maps/ChangeLog,v 1.5 
2014/05/18 20:43:00 ulm Exp $
+
+  18 May 2014; Ulrich Müller <[email protected]> descent1-maps-1.0.ebuild:
+  Fix LICENSE, add mirror and bindist restrictions, update HOMEPAGE and
+  SRC_URI, bug 505606.
 
   10 Jan 2007; Chris Gianelloni <[email protected]>
   descent1-maps-1.0.ebuild:



1.7                  games-action/descent1-maps/descent1-maps-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild?r1=1.6&r2=1.7

Index: descent1-maps-1.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- descent1-maps-1.0.ebuild    22 Jun 2007 05:18:14 -0000      1.6
+++ descent1-maps-1.0.ebuild    18 May 2014 20:43:00 -0000      1.7
@@ -1,22 +1,28 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 
1.6 2007/06/22 05:18:14 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/descent1-maps/descent1-maps-1.0.ebuild,v 
1.7 2014/05/18 20:43:00 ulm Exp $
 
 inherit games
 
 DESCRIPTION="Descent 1 third-party multiplayer maps"
-HOMEPAGE="http://d1x.warpcore.org";
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+HOMEPAGE="https://web.archive.org/web/20010608230948/http://www.d3community.com/d3net/spaz/";
+SRC_URI="http://www.pooterman.com/pooterman.com/ftp/descent/levels/minerva.zip
+       http://www.pooterman.com/pooterman.com/ftp/descent/levels/nysa.zip";
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="x86"
 IUSE=""
-DEPEND="games-action/d1x-rebirth"
+RESTRICT="mirror bindist"
+
+RDEPEND="games-action/d1x-rebirth"
 
 src_install () {
        insinto "${GAMES_DATADIR}/d1x"
-       doins *.rdl *.msn || die
-       dodoc *.txt
+       newins MINERVA.{RDL,rdl} || die
+       newins MINERVA.{MSN,msn} || die
+       newins NYSA.{RDL,rdl} || die
+       newins NYSA.{MSN,msn} || die
+       dodoc *.TXT
        prepgamesdirs
 }




Reply via email to