diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-13 04:07:38 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-13 04:08:32 +1100 |
commit | 322b9ed68db733360fe210826ec9eddecb43767a (patch) | |
tree | 0fba390de498d36a924d62c8c48d0c44c2e89f21 /media-libs | |
parent | kde5-functions.eclass: improve punt_bogus_deps (diff) | |
download | gentoo-322b9ed68db733360fe210826ec9eddecb43767a.tar.gz gentoo-322b9ed68db733360fe210826ec9eddecb43767a.tar.bz2 gentoo-322b9ed68db733360fe210826ec9eddecb43767a.zip |
media-libs/gluon: remove last-rited package
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gluon/Manifest | 1 | ||||
-rw-r--r-- | media-libs/gluon/files/gluon-0.71.0-gcc-4.7.patch | 30 | ||||
-rw-r--r-- | media-libs/gluon/gluon-0.71.0.ebuild | 37 | ||||
-rw-r--r-- | media-libs/gluon/metadata.xml | 8 |
4 files changed, 0 insertions, 76 deletions
diff --git a/media-libs/gluon/Manifest b/media-libs/gluon/Manifest deleted file mode 100644 index e6ccf5ad7fd3..000000000000 --- a/media-libs/gluon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gluon-0.71.0.tar.gz 14739398 SHA256 76d1c43eac52563541e0502d50450ddb5c2d1841b882f5f652202ff0ebd21ab3 SHA512 aeb8cadc6e3922ea7cf7aa64a2a46af010afeca04493021ecef81fd2ae9ab8328c995a6e3a503b4f114433ec652ecfac2e546a33e06939cb814cbbc67fd4b70e WHIRLPOOL a99d3b7c8a2200e328e85052faa89cff783a4996606219a85be326330b8fe1abf7e7fb5f12b0233acb6d7e60c215f65887ee8f6118891a1c8184de8dc5aee159 diff --git a/media-libs/gluon/files/gluon-0.71.0-gcc-4.7.patch b/media-libs/gluon/files/gluon-0.71.0-gcc-4.7.patch deleted file mode 100644 index 5f54687f3527..000000000000 --- a/media-libs/gluon/files/gluon-0.71.0-gcc-4.7.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit bccbda88a6bc53ac20091bb6aefd2f1b501ba31a -Author: Christoph Feck <christoph@maxiom.de> -Date: Fri Mar 23 23:35:09 2012 +0100 - - Fix includes - -diff --git a/input/linux/detectlinux.cpp b/input/linux/detectlinux.cpp -index 632249a..6ae85a4 100644 ---- a/input/linux/detectlinux.cpp -+++ b/input/linux/detectlinux.cpp -@@ -26,6 +26,7 @@ - - #include <QtCore/QDir> - -+#include <unistd.h> - // #include <libudev.h> - - using namespace GluonInput; -diff --git a/input/linux/inputthread.cpp b/input/linux/inputthread.cpp -index f92b104..202745e 100644 ---- a/input/linux/inputthread.cpp -+++ b/input/linux/inputthread.cpp -@@ -30,6 +30,7 @@ - // #include <QtCore/QStringList> - - #include <fcntl.h> -+#include <unistd.h> - #include <sys/stat.h> - #include <sys/types.h> - #include <linux/input.h> diff --git a/media-libs/gluon/gluon-0.71.0.ebuild b/media-libs/gluon/gluon-0.71.0.ebuild deleted file mode 100644 index b0f9b6622dc2..000000000000 --- a/media-libs/gluon/gluon-0.71.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OPENGL_REQUIRED="always" -inherit kde4-base versionator - -DESCRIPTION="Free and Open Source framework for creating and distributing games" -HOMEPAGE="http://gluon.tuxfamily.org/" -SRC_URI="mirror://kde/unstable/${PN}/$(get_version_component_range 1-2)/src/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64" -SLOT="4" -IUSE="debug examples" - -DEPEND=" - media-libs/alure - media-libs/libsndfile - media-libs/openal - virtual/glu - virtual/opengl - dev-qt/qtdeclarative:4 -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) - -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 0cf59224b009..000000000000 --- 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> |