* [gentoo-commits] proj/kde:master commit in: media-libs/gluon/
@ 2012-06-24 17:53 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2012-06-24 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 749c552e169d718bdcd25ec8cb91805d7f6780c9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:52:57 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:52:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=749c552e
[media-libs/gluon] Sync with portage.
(Portage version: 2.1.11.1/git/Linux x86_64, unsigned Manifest commit)
---
media-libs/gluon/gluon-9999.ebuild | 36 ++++++++++++++++--------------------
1 files changed, 16 insertions(+), 20 deletions(-)
diff --git a/media-libs/gluon/gluon-9999.ebuild b/media-libs/gluon/gluon-9999.ebuild
index 747335c..fe1bafb 100644
--- a/media-libs/gluon/gluon-9999.ebuild
+++ b/media-libs/gluon/gluon-9999.ebuild
@@ -4,36 +4,32 @@
EAPI=4
-OPENGL_REQUIRED="always"
KDE_SCM="git"
-inherit kde4-base
+OPENGL_REQUIRED="always"
+inherit kde4-base versionator
-DESCRIPTION="Free and Open Source framework for creating and distributing games"
+DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games."
HOMEPAGE="http://gluon.tuxfamily.org/"
-SRC_URI=""
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
+LICENSE="LGPL-2.1"
+KEYWORDS=""
+SLOT="4"
+IUSE="debug examples"
-COMMON_DEPEND="
- media-libs/glew
- media-libs/libogg
+DEPEND="
+ media-libs/alure
media-libs/libsndfile
- media-libs/libvorbis
media-libs/openal
virtual/glu
virtual/opengl
- x11-libs/libXrandr
-"
-DEPEND="${COMMON_DEPEND}
- dev-cpp/eigen:2
- x11-proto/randrproto
+ x11-libs/qt-declarative:4
"
-RDEPEND="${COMMON_DEPEND}"
+RDEPEND="${DEPEND}"
-src_prepare() {
- kde4-base_src_prepare
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use examples INSTALL_EXAMPLES)
+ )
- sed -i '/add_subdirectory(src)/s/^#//' "${S}"/CMakeLists.txt || die "couldn't re-enable main library"
+ kde4-base_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/gluon/
@ 2013-06-29 19:38 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2013-06-29 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 469398521298df3d713885abbbd4cf58e1c92103
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 19:36:14 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 19:36:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=46939852
[media-libs/gluon] EAPI 5. Drop unused eclass.
Package-Manager: portage-2.2.0_alpha186
---
media-libs/gluon/gluon-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/gluon/gluon-9999.ebuild b/media-libs/gluon/gluon-9999.ebuild
index 6605132..f06056c 100644
--- a/media-libs/gluon/gluon-9999.ebuild
+++ b/media-libs/gluon/gluon-9999.ebuild
@@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
OPENGL_REQUIRED="always"
-inherit kde4-base versionator
+inherit kde4-base
DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games."
HOMEPAGE="http://gluon.tuxfamily.org/"
@@ -16,12 +16,12 @@ SLOT="4"
IUSE="debug examples"
DEPEND="
+ dev-qt/qtdeclarative:4
media-libs/alure
media-libs/libsndfile
media-libs/openal
virtual/glu
virtual/opengl
- dev-qt/qtdeclarative:4
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/gluon/
@ 2016-02-12 3:53 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2016-02-12 3:53 UTC (permalink / raw
To: gentoo-commits
commit: 704586c1119c4f79df58659f3e4ab23b0c0f0860
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 03:52:56 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 03:52:56 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=704586c1
media-libs/gluon: remove unmaintained live ebuild
media-libs/gluon/gluon-9999.ebuild | 34 ----------------------------------
media-libs/gluon/metadata.xml | 8 --------
2 files changed, 42 deletions(-)
diff --git a/media-libs/gluon/gluon-9999.ebuild b/media-libs/gluon/gluon-9999.ebuild
deleted file mode 100644
index fb3915f..0000000
--- a/media-libs/gluon/gluon-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OPENGL_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Gluon is a Free and Open Source framework for creating and distributing games"
-HOMEPAGE="http://gluon.tuxfamily.org/"
-
-LICENSE="LGPL-2.1"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug examples"
-
-DEPEND="
- dev-qt/qtdeclarative:4
- media-libs/alure
- media-libs/libsndfile
- media-libs/openal
- virtual/glu
- virtual/opengl
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use examples INSTALL_EXAMPLES)
- )
-
- kde4-base_src_configure
-}
diff --git a/media-libs/gluon/metadata.xml b/media-libs/gluon/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/media-libs/gluon/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-12 3:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-29 19:38 [gentoo-commits] proj/kde:master commit in: media-libs/gluon/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2016-02-12 3:53 Michael Palimaka
2012-06-24 17:53 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox