public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: dev-games/mcedit/
@ 2015-05-04 16:56 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; 3+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2015-05-04 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f3d612eccfa738d783c95804abc71c560422ff69
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Mon May  4 16:52:42 2015 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon May  4 16:52:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f3d612ec

[dev-games/mcedit] Added

 dev-games/mcedit/mcedit-0.1.8_p665.ebuild | 32 +++++++++++++++++++++++++++++++
 dev-games/mcedit/metadata.xml             | 10 ++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild b/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
new file mode 100644
index 0000000..3127b0a
--- /dev/null
+++ b/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+inherit eutils versionator distutils-r1
+
+DESCRIPTION="MCEdit, Minecraft World Editor"
+HOMEPAGE="https://github.com/mcedit/mcedit"
+MY_PVP="$(get_version_component_range 4)"
+MY_PV="$(get_version_component_range 1-3)build${MY_PVP#p}"
+
+SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/pyopengl-3.0.2
+	dev-python/pygame
+	dev-python/pyyaml
+	dev-python/numpy
+	"
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_prepare() {
+	sed \
+		-e '/from\ esky import/d' \
+		-i "${S}/setup.py"
+}

diff --git a/dev-games/mcedit/metadata.xml b/dev-games/mcedit/metadata.xml
new file mode 100644
index 0000000..5b85f63
--- /dev/null
+++ b/dev-games/mcedit/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>vortexius@gmail.com</email>
+	</maintainer>
+	<longdescription lang="en">
+		MCEdit is an open-source, BSD-licenced world editor for the viral indie hit Minecraft
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-games/mcedit/
@ 2018-11-10 23:44 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b8b59d1d27d9124928420eae96eeaf282c87bc1a
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 20:54:55 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b8b59d1d

dev-games/mcedit: minor fixes in package

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-games/mcedit/mcedit-0.1.8_p665.ebuild | 5 ++---
 dev-games/mcedit/metadata.xml             | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild b/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
index 3127b0a..7eece8d 100644
--- a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
+++ b/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=5
 PYTHON_COMPAT=( python2_7 )
 inherit eutils versionator distutils-r1
 

diff --git a/dev-games/mcedit/metadata.xml b/dev-games/mcedit/metadata.xml
index 5b85f63..1479d5a 100644
--- a/dev-games/mcedit/metadata.xml
+++ b/dev-games/mcedit/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
+	<maintainer type="person">
 		<email>vortexius@gmail.com</email>
 	</maintainer>
 	<longdescription lang="en">


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: dev-games/mcedit/
@ 2018-12-13 23:35 Azamat H. Hackimov
  0 siblings, 0 replies; 3+ messages in thread
From: Azamat H. Hackimov @ 2018-12-13 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     097b90afc26dcebc54325df0f67cf0d8277460bc
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Dec 13 21:43:29 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Dec 13 21:53:17 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=097b90af

[dev-games/mcedit] Removed package

Does not runs, QA errors, unsupported.

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 dev-games/mcedit/mcedit-0.1.8_p665.ebuild | 31 -------------------------------
 dev-games/mcedit/metadata.xml             | 10 ----------
 2 files changed, 41 deletions(-)

diff --git a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild b/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
deleted file mode 100644
index 7eece8d..0000000
--- a/dev-games/mcedit/mcedit-0.1.8_p665.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils versionator distutils-r1
-
-DESCRIPTION="MCEdit, Minecraft World Editor"
-HOMEPAGE="https://github.com/mcedit/mcedit"
-MY_PVP="$(get_version_component_range 4)"
-MY_PV="$(get_version_component_range 1-3)build${MY_PVP#p}"
-
-SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-python/pyopengl-3.0.2
-	dev-python/pygame
-	dev-python/pyyaml
-	dev-python/numpy
-	"
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_prepare() {
-	sed \
-		-e '/from\ esky import/d' \
-		-i "${S}/setup.py"
-}

diff --git a/dev-games/mcedit/metadata.xml b/dev-games/mcedit/metadata.xml
deleted file mode 100644
index 1479d5a..0000000
--- a/dev-games/mcedit/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>vortexius@gmail.com</email>
-	</maintainer>
-	<longdescription lang="en">
-		MCEdit is an open-source, BSD-licenced world editor for the viral indie hit Minecraft
-	</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-13 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-13 23:35 [gentoo-commits] proj/gamerlay:master commit in: dev-games/mcedit/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2018-11-10 23:44 Azamat H. Hackimov
2015-05-04 16:56 Vadim A. Misbakh-Soloviov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox