summaryrefslogtreecommitdiff
path: root/games-arcade/aop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
commit8aebb228036d5e2863b7eaa6e319ab41c1669269 (patch)
tree00f4b90ce32462dc8e99ae54a31d6462ea2c3ac6 /games-arcade/aop
parent76cba73c47c8694e74377004634daca18f2d9c08 (diff)
gentoo resync : 16.04.2018
Diffstat (limited to 'games-arcade/aop')
-rw-r--r--games-arcade/aop/Manifest4
-rw-r--r--games-arcade/aop/aop-0.6-r1.ebuild (renamed from games-arcade/aop/aop-0.6.ebuild)14
-rw-r--r--games-arcade/aop/files/aop-0.6-as-needed.patch4
3 files changed, 11 insertions, 11 deletions
diff --git a/games-arcade/aop/Manifest b/games-arcade/aop/Manifest
index 2dae3bb9df68..17bf26f2798b 100644
--- a/games-arcade/aop/Manifest
+++ b/games-arcade/aop/Manifest
@@ -1,4 +1,4 @@
-AUX aop-0.6-as-needed.patch 203 BLAKE2B a97dbc1469f2bafcb8d7a9f171a6f99358e86b4bd908b1ffc874d671e515b78d54f9fdab8a76219096807f74d984974089d0c04a12543d02a253ef7b4b44e51d SHA512 4c013704d0a0310b920c1ce3dcbc9cefd7d1c2423692b8f2f377ecca7ddd6b57d5cc83917fcdee66a7b4227167b9466af9a52b1839ea719ae56aeada8ae3b42b
+AUX aop-0.6-as-needed.patch 207 BLAKE2B f2baabf390d7376b55a815c256d0c63194a16d822abfbbc7103cd08463e6b193d443c0404cd691085f8a8a849cc14de98c642ff177ce7b6dae5d0e250bc264fc SHA512 4da201cc444e943f21287208944dae0fa981697af97618268ff94699f1ec52c8fcabcbe2b609f3ab36f4c19fdfdf4c76f7acbcfebe6978bb2740ba02a6c8ecc7
DIST aop-0.6.tar.gz 11811 BLAKE2B 9b8a278ac4afb33dc9bb79d92343f9cf0fb4968aae04898700c948d01788cf33523989583ef39661142e0078e31488b24f8bf1a6bd9586e00afc4f7248fc8ca1 SHA512 0ce37647a0832b17e23df409633952f902e02666fa536cc4393a35bf91b245a501feeb4f14fd16d1a1d5c4f39682dad18a8e671e107e96cf5ba9c89965f8a77c
-EBUILD aop-0.6.ebuild 697 BLAKE2B 3901b9b9671d31b1394bf9f9fbd2a050bc2447d955258008a0ba69de1f93dd1333c1df58b76135f74da6ad1d4d0a9466270a0826630e82c03231276c8b3abcc2 SHA512 d54f4dcef4c1f3b4b1ccdb7c74a0aeb6b6b0fd9abbdd224930f8031a8865aaf6ceb0ecccc9773b05ca98b6968964c76ea76e517356d9dbce6047a34c1fc6346f
+EBUILD aop-0.6-r1.ebuild 673 BLAKE2B 635a6f335ecc03a1a84925b73a3dc2d24d071fd6d69bbcaf12a67f913e248e5bcffc78d603551763a8d964f78d6fc51d1595fa4dcfda9f5e3b38623aae758c3c SHA512 b15df56a050d264f05ca9c2d8c292e0a508443b12c730d07f463549b00397c78853e5351cba9a7411c8c6c22e109e0ae78959eaa42efbe584b50766feb566f9c
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-arcade/aop/aop-0.6.ebuild b/games-arcade/aop/aop-0.6-r1.ebuild
index 572546e8b1ed..751bc0e7fd13 100644
--- a/games-arcade/aop/aop-0.6.ebuild
+++ b/games-arcade/aop/aop-0.6-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils games
+EAPI=6
DESCRIPTION="Ambassador of Pain is a curses based game with only 64 lines of code"
HOMEPAGE="http://raffi.at/view/code/aop"
@@ -18,15 +17,16 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
+ default
sed -i \
-e "s#/usr/local/share#${GAMES_DATADIR}#" \
aop.c || die
- epatch "${FILESDIR}"/${P}-as-needed.patch
+ eapply "${FILESDIR}"/${P}-as-needed.patch
}
src_install() {
- dogamesbin aop
- insinto "${GAMES_DATADIR}/${PN}"
+ dobin aop
+ insinto "/usr/shate/${PN}"
doins aop-level-*.txt
- prepgamesdirs
+ einstalldocs
}
diff --git a/games-arcade/aop/files/aop-0.6-as-needed.patch b/games-arcade/aop/files/aop-0.6-as-needed.patch
index 5d70e2b01af4..f172919553b4 100644
--- a/games-arcade/aop/files/aop-0.6-as-needed.patch
+++ b/games-arcade/aop/files/aop-0.6-as-needed.patch
@@ -1,5 +1,5 @@
---- Makefile.old 2009-01-30 17:00:58.000000000 +0100
-+++ Makefile 2009-01-30 17:01:15.000000000 +0100
+--- a/Makefile.old 2009-01-30 17:00:58.000000000 +0100
++++ b/Makefile 2009-01-30 17:01:15.000000000 +0100
@@ -1,5 +1,5 @@
-LDFLAGS = -lncurses