diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-03-06 22:17:36 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-06 22:35:10 +0000 |
commit | 8998ee8411ce0e61a41fc9695fb2eccf3e35accb (patch) | |
tree | ce9ae1733a1b08fd06115f720eec8e98b8068811 /games-simulation/lincity-ng/files | |
parent | games-simulation/lincity-ng: Respect AR and RANLIB (diff) | |
download | gentoo-8998ee8411ce0e61a41fc9695fb2eccf3e35accb.tar.gz gentoo-8998ee8411ce0e61a41fc9695fb2eccf3e35accb.tar.bz2 gentoo-8998ee8411ce0e61a41fc9695fb2eccf3e35accb.zip |
games-simulation/lincity-ng: Drop old 2.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-simulation/lincity-ng/files')
-rw-r--r-- | games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch b/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch deleted file mode 100644 index ad2f2eeaff8d..000000000000 --- a/games-simulation/lincity-ng/files/lincity-ng-2.0-build.patch +++ /dev/null @@ -1,35 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Mon Jul 30 07:06:54 UTC 2012 -Subject: build system - -arguments to AR would be overwritten if we export AR - ---- lincity-ng-2.0.orig/lincity-ng.desktop -+++ lincity-ng-2.0/lincity-ng.desktop -@@ -1,12 +1,11 @@ - [Desktop Entry] - Type=Application - Version=1.0 --Encoding=UTF-8 - Name=Lincity-NG - GenericName=City Simulation Game - GenericName[de]=Stadtsimulationsspiel - Comment=Plan and Build a city and take care of transport, economics, electricityand others. --Icon=lincity-ng.png -+Icon=lincity-ng - Exec=lincity-ng - Terminal=false - StartupNotify=false ---- lincity-ng-2.0.orig/mk/jam/unix.jam -+++ lincity-ng-2.0/mk/jam/unix.jam -@@ -45,4 +45,10 @@ - $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LIBS) - } - -+# jam Archive action seems to include the arguments which will break our AR export -+actions Archive -+{ -+ $(AR) ru $(<) $(>) -+} -+ - |