Date: Sunday, March 31, 2013 @ 21:18:38 Author: stephane Revision: 87429
db-move: moved pingus from [community-testing] to [community] (i686, x86_64) Added: pingus/repos/community-i686/ChangeLog (from rev 87401, pingus/repos/community-testing-i686/ChangeLog) pingus/repos/community-i686/PKGBUILD (from rev 87401, pingus/repos/community-testing-i686/PKGBUILD) pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch (from rev 87401, pingus/repos/community-testing-i686/pingus-0.7.6-gcc470-udl.patch) pingus/repos/community-i686/pingus.desktop (from rev 87401, pingus/repos/community-testing-i686/pingus.desktop) pingus/repos/community-x86_64/ChangeLog (from rev 87401, pingus/repos/community-testing-x86_64/ChangeLog) pingus/repos/community-x86_64/PKGBUILD (from rev 87401, pingus/repos/community-testing-x86_64/PKGBUILD) pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch (from rev 87401, pingus/repos/community-testing-x86_64/pingus-0.7.6-gcc470-udl.patch) pingus/repos/community-x86_64/pingus.desktop (from rev 87401, pingus/repos/community-testing-x86_64/pingus.desktop) Deleted: pingus/repos/community-i686/ChangeLog pingus/repos/community-i686/PKGBUILD pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch pingus/repos/community-i686/pingus.desktop pingus/repos/community-testing-i686/ pingus/repos/community-testing-x86_64/ pingus/repos/community-x86_64/ChangeLog pingus/repos/community-x86_64/PKGBUILD pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch pingus/repos/community-x86_64/pingus.desktop ------------------------------------------------+ /ChangeLog | 42 +++++++++++++ /PKGBUILD | 72 +++++++++++++++++++++++ /pingus-0.7.6-gcc470-udl.patch | 44 ++++++++++++++ /pingus.desktop | 18 +++++ community-i686/ChangeLog | 21 ------ community-i686/PKGBUILD | 36 ----------- community-i686/pingus-0.7.6-gcc470-udl.patch | 22 ------- community-i686/pingus.desktop | 9 -- community-x86_64/ChangeLog | 21 ------ community-x86_64/PKGBUILD | 36 ----------- community-x86_64/pingus-0.7.6-gcc470-udl.patch | 22 ------- community-x86_64/pingus.desktop | 9 -- 12 files changed, 176 insertions(+), 176 deletions(-) Deleted: community-i686/ChangeLog =================================================================== --- community-i686/ChangeLog 2013-03-31 19:18:35 UTC (rev 87428) +++ community-i686/ChangeLog 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,21 +0,0 @@ -2010-03-18 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> - - * pingus 0.7.2-8 - * Rebuilt against boost 1.41.0 - -2010-02-23 Eric Belanger <e...@archlinux.org> - - * pingus 0.7.2-7 - * Rebuilt against boost 1.42.0 - -2010-01-20 Eric Belanger <e...@archlinux.org> - - * pingus 0.7.2-6 - * Rebuilt against libpng 1.4/libjpeg 8 - -2009-07-13 Eric Belanger <e...@archlinux.org> - - * pingus 0.7.2-2 - * Rebuilt against boost 1.39 - * Added gcc 4.4 patch - * Added ChangeLog Copied: pingus/repos/community-i686/ChangeLog (from rev 87401, pingus/repos/community-testing-i686/ChangeLog) =================================================================== --- community-i686/ChangeLog (rev 0) +++ community-i686/ChangeLog 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,21 @@ +2010-03-18 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> + + * pingus 0.7.2-8 + * Rebuilt against boost 1.41.0 + +2010-02-23 Eric Belanger <e...@archlinux.org> + + * pingus 0.7.2-7 + * Rebuilt against boost 1.42.0 + +2010-01-20 Eric Belanger <e...@archlinux.org> + + * pingus 0.7.2-6 + * Rebuilt against libpng 1.4/libjpeg 8 + +2009-07-13 Eric Belanger <e...@archlinux.org> + + * pingus 0.7.2-2 + * Rebuilt against boost 1.39 + * Added gcc 4.4 patch + * Added ChangeLog Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-03-31 19:18:35 UTC (rev 87428) +++ community-i686/PKGBUILD 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger <e...@archlinux.org> - -pkgname=pingus -pkgver=0.7.6 -pkgrel=6 -pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." -arch=('i686' 'x86_64') -url="http://pingus.seul.org" -license=('GPL') -depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49') -makedepends=('scons' 'boost>=1.49' 'mesa' 'glu') -source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2" - 'pingus.desktop' - 'pingus-0.7.6-gcc470-udl.patch') -sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' - '579a1144f161ce89e6e024cea37210149b89c0c0' - '143dd9969e8d100d29ed4f5b2039dde627afeb06') - -build() { - cd ${pkgname}-${pkgver} - - # fedora patch to fix error due to new standards - # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 - patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch - - scons prefix=/usr -} - -package() { - cd ${pkgname}-${pkgver} - - make install DESTDIR="${pkgdir}" PREFIX="/usr" - - install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop" -} Copied: pingus/repos/community-i686/PKGBUILD (from rev 87401, pingus/repos/community-testing-i686/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Eric Belanger <e...@archlinux.org> + +pkgname=pingus +pkgver=0.7.6 +pkgrel=7 +pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." +arch=('i686' 'x86_64') +url="http://pingus.seul.org" +license=('GPL') +depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49') +makedepends=('scons' 'boost>=1.49' 'mesa' 'glu') +source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2" + 'pingus.desktop' + 'pingus-0.7.6-gcc470-udl.patch') +sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' + '579a1144f161ce89e6e024cea37210149b89c0c0' + '143dd9969e8d100d29ed4f5b2039dde627afeb06') + +build() { + cd ${pkgname}-${pkgver} + + # fedora patch to fix error due to new standards + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 + patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch + + scons prefix=/usr +} + +package() { + cd ${pkgname}-${pkgver} + + make install DESTDIR="${pkgdir}" PREFIX="/usr" + + install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop" +} Deleted: community-i686/pingus-0.7.6-gcc470-udl.patch =================================================================== --- community-i686/pingus-0.7.6-gcc470-udl.patch 2013-03-31 19:18:35 UTC (rev 87428) +++ community-i686/pingus-0.7.6-gcc470-udl.patch 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,22 +0,0 @@ ---- src/pingus/pingus_main.cpp~ 2011-12-24 15:46:47.000000000 -0600 -+++ src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600 -@@ -465,7 +465,7 @@ - void - PingusMain::print_greeting_message() - { -- std::string greeting = "Welcome to Pingus "VERSION; -+ std::string greeting = "Welcome to Pingus " VERSION; - greeting += "!"; - std::cout << greeting << std::endl; - for (unsigned int i = 0; i < greeting.length(); ++i) ---- src/pingus/screens/pingus_menu.cpp~ 2011-12-24 15:46:47.000000000 -0600 -+++ src/pingus/screens/pingus_menu.cpp 2012-01-03 13:30:28.967700554 -0600 -@@ -153,7 +153,7 @@ - gc.get_height()/2 - 280)); - - gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140), -- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" -+ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" - "See the file AUTHORS for a complete list of contributors.\n" - "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n" - "welcome to redistribute it under certain conditions; see the file COPYING for details.\n"); Copied: pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch (from rev 87401, pingus/repos/community-testing-i686/pingus-0.7.6-gcc470-udl.patch) =================================================================== --- community-i686/pingus-0.7.6-gcc470-udl.patch (rev 0) +++ community-i686/pingus-0.7.6-gcc470-udl.patch 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,22 @@ +--- src/pingus/pingus_main.cpp~ 2011-12-24 15:46:47.000000000 -0600 ++++ src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600 +@@ -465,7 +465,7 @@ + void + PingusMain::print_greeting_message() + { +- std::string greeting = "Welcome to Pingus "VERSION; ++ std::string greeting = "Welcome to Pingus " VERSION; + greeting += "!"; + std::cout << greeting << std::endl; + for (unsigned int i = 0; i < greeting.length(); ++i) +--- src/pingus/screens/pingus_menu.cpp~ 2011-12-24 15:46:47.000000000 -0600 ++++ src/pingus/screens/pingus_menu.cpp 2012-01-03 13:30:28.967700554 -0600 +@@ -153,7 +153,7 @@ + gc.get_height()/2 - 280)); + + gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140), +- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" ++ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" + "See the file AUTHORS for a complete list of contributors.\n" + "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n" + "welcome to redistribute it under certain conditions; see the file COPYING for details.\n"); Deleted: community-i686/pingus.desktop =================================================================== --- community-i686/pingus.desktop 2013-03-31 19:18:35 UTC (rev 87428) +++ community-i686/pingus.desktop 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Pingus -Comment=A free Lemmings[tm] clone -Exec=pingus -Terminal=false -Type=Application -Categories=Application;Game;LogicGame -Icon=/usr/share/pingus/images/core/editor/actions.png Copied: pingus/repos/community-i686/pingus.desktop (from rev 87401, pingus/repos/community-testing-i686/pingus.desktop) =================================================================== --- community-i686/pingus.desktop (rev 0) +++ community-i686/pingus.desktop 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Pingus +Comment=A free Lemmings[tm] clone +Exec=pingus +Terminal=false +Type=Application +Categories=Application;Game;LogicGame +Icon=/usr/share/pingus/images/core/editor/actions.png Deleted: community-x86_64/ChangeLog =================================================================== --- community-x86_64/ChangeLog 2013-03-31 19:18:35 UTC (rev 87428) +++ community-x86_64/ChangeLog 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,21 +0,0 @@ -2010-03-18 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> - - * pingus 0.7.2-8 - * Rebuilt against boost 1.41.0 - -2010-02-23 Eric Belanger <e...@archlinux.org> - - * pingus 0.7.2-7 - * Rebuilt against boost 1.42.0 - -2010-01-20 Eric Belanger <e...@archlinux.org> - - * pingus 0.7.2-6 - * Rebuilt against libpng 1.4/libjpeg 8 - -2009-07-13 Eric Belanger <e...@archlinux.org> - - * pingus 0.7.2-2 - * Rebuilt against boost 1.39 - * Added gcc 4.4 patch - * Added ChangeLog Copied: pingus/repos/community-x86_64/ChangeLog (from rev 87401, pingus/repos/community-testing-x86_64/ChangeLog) =================================================================== --- community-x86_64/ChangeLog (rev 0) +++ community-x86_64/ChangeLog 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,21 @@ +2010-03-18 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> + + * pingus 0.7.2-8 + * Rebuilt against boost 1.41.0 + +2010-02-23 Eric Belanger <e...@archlinux.org> + + * pingus 0.7.2-7 + * Rebuilt against boost 1.42.0 + +2010-01-20 Eric Belanger <e...@archlinux.org> + + * pingus 0.7.2-6 + * Rebuilt against libpng 1.4/libjpeg 8 + +2009-07-13 Eric Belanger <e...@archlinux.org> + + * pingus 0.7.2-2 + * Rebuilt against boost 1.39 + * Added gcc 4.4 patch + * Added ChangeLog Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-03-31 19:18:35 UTC (rev 87428) +++ community-x86_64/PKGBUILD 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger <e...@archlinux.org> - -pkgname=pingus -pkgver=0.7.6 -pkgrel=6 -pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." -arch=('i686' 'x86_64') -url="http://pingus.seul.org" -license=('GPL') -depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49') -makedepends=('scons' 'boost>=1.49' 'mesa' 'glu') -source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2" - 'pingus.desktop' - 'pingus-0.7.6-gcc470-udl.patch') -sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' - '579a1144f161ce89e6e024cea37210149b89c0c0' - '143dd9969e8d100d29ed4f5b2039dde627afeb06') - -build() { - cd ${pkgname}-${pkgver} - - # fedora patch to fix error due to new standards - # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 - patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch - - scons prefix=/usr -} - -package() { - cd ${pkgname}-${pkgver} - - make install DESTDIR="${pkgdir}" PREFIX="/usr" - - install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop" -} Copied: pingus/repos/community-x86_64/PKGBUILD (from rev 87401, pingus/repos/community-testing-x86_64/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Eric Belanger <e...@archlinux.org> + +pkgname=pingus +pkgver=0.7.6 +pkgrel=7 +pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." +arch=('i686' 'x86_64') +url="http://pingus.seul.org" +license=('GPL') +depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49') +makedepends=('scons' 'boost>=1.49' 'mesa' 'glu') +source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2" + 'pingus.desktop' + 'pingus-0.7.6-gcc470-udl.patch') +sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' + '579a1144f161ce89e6e024cea37210149b89c0c0' + '143dd9969e8d100d29ed4f5b2039dde627afeb06') + +build() { + cd ${pkgname}-${pkgver} + + # fedora patch to fix error due to new standards + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 + patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch + + scons prefix=/usr +} + +package() { + cd ${pkgname}-${pkgver} + + make install DESTDIR="${pkgdir}" PREFIX="/usr" + + install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop" +} Deleted: community-x86_64/pingus-0.7.6-gcc470-udl.patch =================================================================== --- community-x86_64/pingus-0.7.6-gcc470-udl.patch 2013-03-31 19:18:35 UTC (rev 87428) +++ community-x86_64/pingus-0.7.6-gcc470-udl.patch 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,22 +0,0 @@ ---- src/pingus/pingus_main.cpp~ 2011-12-24 15:46:47.000000000 -0600 -+++ src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600 -@@ -465,7 +465,7 @@ - void - PingusMain::print_greeting_message() - { -- std::string greeting = "Welcome to Pingus "VERSION; -+ std::string greeting = "Welcome to Pingus " VERSION; - greeting += "!"; - std::cout << greeting << std::endl; - for (unsigned int i = 0; i < greeting.length(); ++i) ---- src/pingus/screens/pingus_menu.cpp~ 2011-12-24 15:46:47.000000000 -0600 -+++ src/pingus/screens/pingus_menu.cpp 2012-01-03 13:30:28.967700554 -0600 -@@ -153,7 +153,7 @@ - gc.get_height()/2 - 280)); - - gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140), -- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" -+ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" - "See the file AUTHORS for a complete list of contributors.\n" - "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n" - "welcome to redistribute it under certain conditions; see the file COPYING for details.\n"); Copied: pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch (from rev 87401, pingus/repos/community-testing-x86_64/pingus-0.7.6-gcc470-udl.patch) =================================================================== --- community-x86_64/pingus-0.7.6-gcc470-udl.patch (rev 0) +++ community-x86_64/pingus-0.7.6-gcc470-udl.patch 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,22 @@ +--- src/pingus/pingus_main.cpp~ 2011-12-24 15:46:47.000000000 -0600 ++++ src/pingus/pingus_main.cpp 2012-01-03 13:13:03.034195720 -0600 +@@ -465,7 +465,7 @@ + void + PingusMain::print_greeting_message() + { +- std::string greeting = "Welcome to Pingus "VERSION; ++ std::string greeting = "Welcome to Pingus " VERSION; + greeting += "!"; + std::cout << greeting << std::endl; + for (unsigned int i = 0; i < greeting.length(); ++i) +--- src/pingus/screens/pingus_menu.cpp~ 2011-12-24 15:46:47.000000000 -0600 ++++ src/pingus/screens/pingus_menu.cpp 2012-01-03 13:30:28.967700554 -0600 +@@ -153,7 +153,7 @@ + gc.get_height()/2 - 280)); + + gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140), +- "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" ++ "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grum...@gmail.com>\n" + "See the file AUTHORS for a complete list of contributors.\n" + "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n" + "welcome to redistribute it under certain conditions; see the file COPYING for details.\n"); Deleted: community-x86_64/pingus.desktop =================================================================== --- community-x86_64/pingus.desktop 2013-03-31 19:18:35 UTC (rev 87428) +++ community-x86_64/pingus.desktop 2013-03-31 19:18:38 UTC (rev 87429) @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Pingus -Comment=A free Lemmings[tm] clone -Exec=pingus -Terminal=false -Type=Application -Categories=Application;Game;LogicGame -Icon=/usr/share/pingus/images/core/editor/actions.png Copied: pingus/repos/community-x86_64/pingus.desktop (from rev 87401, pingus/repos/community-testing-x86_64/pingus.desktop) =================================================================== --- community-x86_64/pingus.desktop (rev 0) +++ community-x86_64/pingus.desktop 2013-03-31 19:18:38 UTC (rev 87429) @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Pingus +Comment=A free Lemmings[tm] clone +Exec=pingus +Terminal=false +Type=Application +Categories=Application;Game;LogicGame +Icon=/usr/share/pingus/images/core/editor/actions.png