summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2012-05-14 20:08:34 +0600
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2012-05-14 20:08:34 +0600
commit64d0fe1ea37944654eb1cf06108e009f45640bc3 (patch)
treec5d734d99e1250cd08a08b6dd1342093a7013f4c /games-strategy
parent[games-puzzle/cubosphere] updated cubosphere-0.2a.ebuild (diff)
downloadgamerlay-64d0fe1ea37944654eb1cf06108e009f45640bc3.tar.gz
gamerlay-64d0fe1ea37944654eb1cf06108e009f45640bc3.tar.bz2
gamerlay-64d0fe1ea37944654eb1cf06108e009f45640bc3.zip
[games-strategy/ja2-stracciatella] Removed - in portage now.
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/ja2-stracciatella/Manifest5
-rw-r--r--games-strategy/ja2-stracciatella/files/jagged2.pngbin1299 -> 0 bytes
-rw-r--r--games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild100
-rw-r--r--games-strategy/ja2-stracciatella/metadata.xml16
4 files changed, 0 insertions, 121 deletions
diff --git a/games-strategy/ja2-stracciatella/Manifest b/games-strategy/ja2-stracciatella/Manifest
deleted file mode 100644
index 8459d09..0000000
--- a/games-strategy/ja2-stracciatella/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX jagged2.png 1299 RMD160 af979d6779055d189b94dfd51cdf159dc95cca98 SHA1 23e567b22887fff621694bcf7b7c7bc27e730b0e SHA256 8d7f62375cfeeadff387baa2b215e580de248732270824c4a87b09d11fee0e68
-DIST editor.slf.gz 134265 RMD160 a4fc0983f0dba6fedc7ff071547e57aefe361a60 SHA1 1126f05d78db583ad3cf5939d3e7763e3ef365a4 SHA256 a1cb444f3b3dfc509dd9498fe391b258ebfc8954689ed864f633021e9f56cde6
-DIST ja2-0.12.1_p7072-source.tar.bz2 2289227 RMD160 8237944d8647b34babb80815a54691b988bcddf0 SHA1 4f7b776887b3bc349ec5b33ea0e86ebb5adf22fb SHA256 6f1609fb9ad5cf753e19ddc52914a4eb17535c7557b501fde2e0b1df24707357
-EBUILD ja2-stracciatella-0.12.1_p7072.ebuild 2479 RMD160 08e590977257ac31dd133d1e36231f7ace4301a9 SHA1 a444755360f1a1afd7f6adaf443b96f225cc368e SHA256 702a78c7835cc59ae0543c31b9d23aa0043388ab7d1629a3c410c2939f560f9d
-MISC metadata.xml 503 RMD160 3acc7a493ec4c1768a6537af9a435f2aa58f5cf5 SHA1 7fd8cf0bad5a21bf10821a726de8d3fac8647bd7 SHA256 1d6d03c112d5a5ef7f80309dbeb464d0cc1ef6bf37168dfe2d99768d94012e43
diff --git a/games-strategy/ja2-stracciatella/files/jagged2.png b/games-strategy/ja2-stracciatella/files/jagged2.png
deleted file mode 100644
index 808e6c4..0000000
--- a/games-strategy/ja2-stracciatella/files/jagged2.png
+++ /dev/null
Binary files differ
diff --git a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild b/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild
deleted file mode 100644
index b1b69d5..0000000
--- a/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit games
-
-DESCRIPTION="A port of Jagged Alliance 2 to SDL."
-HOMEPAGE="http://tron.homeunix.org/ja2/"
-SRC_URI="http://ftp.gentoo.ru/people/winterheart/distfiles/ja2-${PV}-source.tar.bz2
- editor? ( http://tron.homeunix.org/ja2/editor.slf.gz )"
-
-LICENSE="SFI-SCLA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug editor linguas_nl linguas_en linguas_fr linguas_de linguas_it linguas_pl
-linguas_ru linguas_ru_gold zlib"
-
-RDEPEND="media-libs/libsdl
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/ja2-${PV}-source"
-
-src_prepare() {
-
- myconf=""
- for i in ${LINGUAS}; do
- ewarn "${i} is chosen for primary language"
- case ${i} in
- de) myconf="LNG=GERMAN" ;;
- nl) myconf="LNG=DUTCH" ;;
- fr) myconf="LNG=FRENCH" ;;
- it) myconf="LNG=ITALIAN" ;;
- pl) myconf="LNG=POLISH" ;;
- ru) myconf="LNG=RUSSIAN" ;;
- ru_gold) myconf="LNG=RUSSIAN_GOLD" ;;
- *) myconf="LNG=ENGLISH" ;;
- esac
- break
- done
-
- sed -i \
- -e "s:\(CFLAGS += \$(CFLAGS_SDL)\):\1 ${CFLAGS}:" \
- -e "s:\(LDFLAGS += \$(LDFLAGS_SDL)\):\1 ${LDFLAGS}:" \
- Makefile || die "sed failed"
- sed -ie "s:\(Icon=jagged2\).ico:\1:" ${PN}.desktop || die "sed failed"
-
- sed -ie "s:/some/place/where/the/data/is:${GAMES_DATADIR}/ja2:" \
- sgp/FileMan.cc || die "sed failed"
-
- use editor && myconf="${myconf} JA2EDITOR=yes JA2BETAVERSION=yes"
- use zlib && myconf="${myconf} WITH_ZLIB=yes"
-}
-
-src_compile() {
- emake ${myconf} || die
-}
-
-src_install() {
- dogamesbin ja2 || die
- doman ja2.6
- doicon "${FILESDIR}"/jagged2.png
- insinto /usr/share/applications
- doins ${PN}.desktop
-
- if use editor; then
- insinto "${GAMES_DATADIR}"/ja2/data
- doins "${WORKDIR}"/editor.slf
- fi
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- einfo
- elog "Copy all files from Data directory of Jagged Alliance 2 installation to"
- elog "${GAMES_DATADIR}/ja2/data and then run"
- elog
- elog "# emerge --config \"=${CATEGORY}/${PF}\""
- elog
- einfo
-}
-
-pkg_config() {
- einfo
- einfo "Convert names of data-files to lower-case"
- einfo
- for i in \
- "${GAMES_DATADIR}"/ja2/data/*.[Ss][Ll][Ff] \
- "${GAMES_DATADIR}"/ja2/data/[Tt][Ii][Ll][Ee][Cc][Aa][Cc][Hh][Ee]/*.[Jj][Ss][Dd] \
- "${GAMES_DATADIR}"/ja2/data/[Tt][Ii][Ll][Ee][Cc][Aa][Cc][Hh][Ee]/*.[Ss][Tt][Ii]; \
- do
- einfo "$i"
- lower="`echo "$i" | LANG=C tr '[A-Z]' '[a-z]'`"
- [ -d `dirname "$lower"` ] || mkdir `dirname $lower`
- [ "$i" = "$lower" ] || mv "$i" "$lower"
- done
-}
diff --git a/games-strategy/ja2-stracciatella/metadata.xml b/games-strategy/ja2-stracciatella/metadata.xml
deleted file mode 100644
index fe2be3c..0000000
--- a/games-strategy/ja2-stracciatella/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-A port of Jagged Alliance 2 to SDL.
-</longdescription>
-<use>
-<flag name='editor'>Enable editor support</flag>
-<flag name='linguas_ru_gold'>Use Russian localization from Jagged Alliance 2: Gold edition</flag>
-</use>
-</pkgmetadata>