public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/
Date: Wed,  7 Aug 2019 15:35:26 +0000 (UTC)	[thread overview]
Message-ID: <1565192092.bb3a5d92d47e34f5739579e067be2981a873a8df.juippis@gentoo> (raw)

commit:     bb3a5d92d47e34f5739579e067be2981a873a8df
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Tue Aug  6 18:42:33 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 15:34:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3a5d92

games-server/minecraft-server: drop old version

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12490
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-server/minecraft-server/Manifest             |  1 -
 .../minecraft-server-1.14.2.ebuild                 | 57 ----------------------
 2 files changed, 58 deletions(-)

diff --git a/games-server/minecraft-server/Manifest b/games-server/minecraft-server/Manifest
index 22dc6af96c1..ab9e6c34163 100644
--- a/games-server/minecraft-server/Manifest
+++ b/games-server/minecraft-server/Manifest
@@ -1,3 +1,2 @@
 DIST minecraft-server-1.13.2.jar 33835116 BLAKE2B 4d92068d51555ab44a2efcdbb1676ef34a7085e4d666a7915c4c5a3d1f9502536df4bf67909d27b7b94cb8ebb483dc55f935f21930d4bc454645ed44ef8e6ed8 SHA512 c9a98f1d224519369d6c4882cfe93a94983661c0c0b8a7f0b2f271af752fde5693025b684a01665992b3c70b37ac891ce1747f062bd86354777c416219629b64
-DIST minecraft-server-1.14.2.jar 35932967 BLAKE2B 1dbba4ae065a05539db59412c393de9c183384ce5c4edf2f19ffd702c60e1f85c10362abd3f75c01bff08d764bdcab2783c569ea722d582ef1049d7a688f2448 SHA512 9670c1038aa23c3012241a5a103ab5a3e989efcb13edd45f318f92e9968f5f2e99314d3edd0c6851238772e2e1cc5b4bdaeac686a7622e321ac81bf40e2a3cf7
 DIST minecraft-server-1.14.4.jar 35958734 BLAKE2B 058d6609296394e4714a159976d4de0261a552a919e33db1e54d97e3d2ee90cd4356b60190b807050d3c7ab336149d1c9be55093ba002735ccc6a162706c6ee3 SHA512 b3d2852c6fa1b996bbf2fa9fc1fb860c6bca5136bcc5ddd3d236d85789c6bce81620f6b2d69eaa10c41d020fe0bb54de2fa601b3df3093af2691853a4445e1f8

diff --git a/games-server/minecraft-server/minecraft-server-1.14.2.ebuild b/games-server/minecraft-server/minecraft-server-1.14.2.ebuild
deleted file mode 100644
index 3d9540765c0..00000000000
--- a/games-server/minecraft-server/minecraft-server-1.14.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV="808be3869e2ca6b62378f9f4b33c946621620019"
-
-inherit readme.gentoo-r1 java-pkg-2 user
-
-DESCRIPTION="The official server for the sandbox video game"
-HOMEPAGE="https://www.minecraft.net/"
-SRC_URI="https://launcher.mojang.com/v1/objects/${MY_PV}/server.jar -> ${P}.jar"
-
-LICENSE="Mojang"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	app-misc/screen
-	>=virtual/jre-1.8
-"
-
-RESTRICT="bindist mirror strip"
-
-S="${WORKDIR}"
-
-pkg_setup() {
-	enewgroup minecraft
-	enewuser minecraft -1 -1 /var/lib/minecraft-server minecraft
-}
-
-src_unpack() {
-	# Don't unpack that jar, just copy it to WORKDIR
-	cp "${DISTDIR}"/${A} "${WORKDIR}" || die
-}
-
-src_compile() {
-	:;
-}
-
-src_install() {
-	java-pkg_newjar minecraft-server-${PV}.jar minecraft-server.jar
-	java-pkg_dolauncher minecraft-server --jar minecraft-server.jar --java_args "\${JAVA_OPTS}"
-
-	newinitd "${FILESDIR}"/minecraft-server.initd-r2 minecraft-server
-	newconfd "${FILESDIR}"/minecraft-server.confd minecraft-server
-
-	diropts -o minecraft -g minecraft
-	keepdir /var/lib/minecraft-server
-	keepdir /var/log/minecraft-server
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	readme.gentoo_print_elog
-}


             reply	other threads:[~2019-08-07 15:35 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-07 15:35 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02 12:06 [gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/ Conrad Kostecki
2024-10-22 22:26 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2024-05-05 18:56 Conrad Kostecki
2024-04-24 12:51 Conrad Kostecki
2024-04-23 22:09 Conrad Kostecki
2023-12-22  9:11 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-09-22 19:51 Conrad Kostecki
2023-09-22 19:51 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-08 20:04 Conrad Kostecki
2023-04-19 19:01 Conrad Kostecki
2023-04-19 19:01 Conrad Kostecki
2023-03-19 22:12 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2022-12-10 13:27 Conrad Kostecki
2022-08-29 22:22 Conrad Kostecki
2022-08-29 22:22 Conrad Kostecki
2022-08-05 17:11 Conrad Kostecki
2022-07-27 19:15 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-06-07 20:14 Conrad Kostecki
2022-04-01 16:57 Conrad Kostecki
2022-04-01 16:57 Conrad Kostecki
2022-03-01 12:57 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2021-12-11 17:12 Conrad Kostecki
2021-12-10 23:42 Conrad Kostecki
2021-12-10 23:42 Conrad Kostecki
2021-12-05 22:16 Conrad Kostecki
2021-07-13 21:09 Conrad Kostecki
2021-07-13 21:09 Conrad Kostecki
2021-06-19 23:36 Conrad Kostecki
2021-02-15 20:13 Conrad Kostecki
2021-02-15 20:13 Conrad Kostecki
2021-02-15 20:13 Conrad Kostecki
2021-01-16 15:44 Conrad Kostecki
2020-12-04 13:58 Conrad Kostecki
2020-12-04 13:58 Conrad Kostecki
2020-12-04 13:58 Conrad Kostecki
2020-11-04 22:58 Conrad Kostecki
2020-11-04 22:58 Conrad Kostecki
2020-11-02 23:51 Sam James
2020-10-25 23:42 Thomas Deutschmann
2020-09-24 20:40 Conrad Kostecki
2020-09-24 20:40 Conrad Kostecki
2020-08-23 18:14 Conrad Kostecki
2020-08-22 20:16 Conrad Kostecki
2020-08-11 18:30 Conrad Kostecki
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 12:34 Agostino Sarubbo
2020-07-07 18:45 Conrad Kostecki
2020-05-21 22:28 Conrad Kostecki
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2020-02-04 18:09 Conrad Kostecki
2020-01-21 10:42 Agostino Sarubbo
2020-01-20 12:52 Agostino Sarubbo
2019-12-19 22:49 Conrad Kostecki
2019-12-19 22:49 Conrad Kostecki
2019-10-03  6:21 Michał Górny
2019-10-02 19:08 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-08-07 15:35 Joonas Niilola
2019-05-31 18:01 Stefan Strogin
2019-04-19  2:41 Aaron Bauman
2018-11-03  9:43 Michał Górny
2018-11-03  9:43 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565192092.bb3a5d92d47e34f5739579e067be2981a873a8df.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox