public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-themes/meegotouch-qt-style/, x11-themes/meegotouch-theme/, ...
@ 2012-03-25 15:03 Davide Pesavento
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2012-03-25 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     38fc8eaae1299a3b07a6eef1ceaf9f80e79d3602
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Mar 25 14:59:18 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 14:59:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38fc8eaa

Remove broken and unmaintained libmeegotouch and related packages.

---
 Documentation/package.keywords/maemo6              |    3 -
 Documentation/package.keywords/qt-extras-live      |    3 -
 sets/maemo6                                        |    3 -
 sets/qt-extras-live                                |    5 -
 .../files/disable-gconf-schemas.patch              |   22 ----
 .../files/remove-automagic-deps.patch              |   55 ---------
 x11-libs/libmeegotouch/libmeegotouch-9999.ebuild   |  117 --------------------
 x11-libs/libmeegotouch/metadata.xml                |   18 ---
 .../meegotouch-qt-style-9999.ebuild                |   19 ---
 x11-themes/meegotouch-qt-style/metadata.xml        |    6 -
 .../meegotouch-theme/meegotouch-theme-9999.ebuild  |   19 ---
 x11-themes/meegotouch-theme/metadata.xml           |   12 --
 x11-wm/duicompositor/duicompositor-9999.ebuild     |   30 -----
 x11-wm/duicompositor/metadata.xml                  |   12 --
 14 files changed, 0 insertions(+), 324 deletions(-)

diff --git a/Documentation/package.keywords/maemo6 b/Documentation/package.keywords/maemo6
deleted file mode 100644
index 2380065..0000000
--- a/Documentation/package.keywords/maemo6
+++ /dev/null
@@ -1,3 +0,0 @@
-x11-libs/libdui **
-x11-themes/duitheme **
-x11-wm/duicompositor **

diff --git a/Documentation/package.keywords/qt-extras-live b/Documentation/package.keywords/qt-extras-live
index 27eadfe..904ba77 100644
--- a/Documentation/package.keywords/qt-extras-live
+++ b/Documentation/package.keywords/qt-extras-live
@@ -35,12 +35,9 @@
 ~sci-calculators/speedcrunch-9999 **
 ~www-client/arora-9999 **
 ~www-client/surfer-9999 **
-~x11-libs/libmeegotouch-9999 **
 ~x11-libs/libqxt-9999 **
 ~x11-misc/axkb-9999 **
 ~x11-terms/qterminal-9999 **
-~x11-themes/meegotouch-theme-9999 **
 ~x11-themes/xcurtheme-9999 **
 ~x11-wm/antico-9999 **
 ~x11-wm/antico-deluxe-9999 **
-~x11-wm/duicompositor-9999 **

diff --git a/sets/maemo6 b/sets/maemo6
deleted file mode 100644
index 409789b..0000000
--- a/sets/maemo6
+++ /dev/null
@@ -1,3 +0,0 @@
-x11-libs/libdui
-x11-themes/duitheme
-x11-wm/duicompositor

diff --git a/sets/qt-extras-live b/sets/qt-extras-live
index 123de36..a772516 100644
--- a/sets/qt-extras-live
+++ b/sets/qt-extras-live
@@ -7,12 +7,10 @@
 ~app-portage/eix-9999
 ~app-text/poppler-9999
 ~dev-db/unixODBC-GUI-Qt-9999
-#~dev-embedded/qvfb-4.9999 # it requires qt-4.9999 explicitly
 ~dev-libs/qjson-9999
 ~dev-libs/qoauth-9999
 ~dev-python/apiextractor-9999
 ~dev-python/generatorrunner-9999
-~dev-python/pyside-examples-9999
 ~dev-python/pyside-9999
 ~dev-python/shiboken-9999
 ~dev-python/sip-4.9999
@@ -30,9 +28,6 @@
 ~net-misc/networkled-9999
 ~sci-calculators/speedcrunch-9999
 ~www-client/surfer-9999
-~x11-libs/libmeegotouch-9999
 ~x11-libs/libqxt-9999
 ~x11-terms/qterminal-9999
-~x11-themes/meegotouch-theme-9999
 ~x11-themes/xcurtheme-9999
-~x11-wm/duicompositor-9999

diff --git a/x11-libs/libmeegotouch/files/disable-gconf-schemas.patch b/x11-libs/libmeegotouch/files/disable-gconf-schemas.patch
deleted file mode 100644
index 2331bc3..0000000
--- a/x11-libs/libmeegotouch/files/disable-gconf-schemas.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/src.pro b/src/src.pro
-index f60a9dc..5cea0c7 100644
---- a/src/src.pro
-+++ b/src/src.pro
-@@ -9,17 +9,6 @@ win32|macx:SUBDIRS -= settings extensions
- 
- include(../mkspecs/common.pri)
- 
--contains(DEFINES, HAVE_GCONF) {
--    # install gconf schema
--    unix {
--        schemas.CONFIG += no_check_exist
--        schemas.files = $${IN_PWD}/data/meegotouch.schemas
--        schemas.path = $${M_SYSCONFDIR}/gconf/schemas
--        schemas.commands = GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $${IN_PWD}/data/meegotouch.schemas
--        INSTALLS += schemas
--    }
--}
--
- #install device configuration file
- devices.CONFIG += no_check_exist
- devices.files = $${IN_PWD}/data/devices.conf

diff --git a/x11-libs/libmeegotouch/files/remove-automagic-deps.patch b/x11-libs/libmeegotouch/files/remove-automagic-deps.patch
deleted file mode 100644
index 4ae0cbf..0000000
--- a/x11-libs/libmeegotouch/files/remove-automagic-deps.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-diff --git a/configure b/configure
-index 594e4eb..72a9031 100755
---- a/configure
-+++ b/configure
-@@ -364,50 +364,6 @@ if [ "$CFG_ICU" != "no" ]; then
-     fi
- fi
- 
--# Test for pkg-config enabled dependencies
--which pkg-config > /dev/null
--if [ $? -eq 0 ]; then
--
--    pkg-config --exists contextsubscriber-1.0
--    if [ $? -eq 0 ]; then
--        HAVE_CONTEXTSUBSCRIBER=yes
--    fi
--
--    if [ "$CFG_GCONF" != "no" ]; then
--        pkg-config --exists gconf-2.0
--        if [ $? -eq 0 ]; then
--            HAVE_GCONF=yes
--        else
--            if [ "$CFG_GCONF" = "yes" ]; then
--                echo "You specified  -gconf  but gconf was not found."
--                echo "Please install the libgconf2-dev package."
--                exit 1
--            fi
--        fi
--    fi
--
--    pkg-config --exists gstreamer-0.10
--    if [ $? -eq 0 ]; then
--	HAVE_GSTREAMER=yes
--    fi
--
--    pkg-config --exists QtDBus
--    if [ $? -eq 0 ]; then
--	HAVE_DBUS=yes
--    fi    
--
--    pkg-config --exists contentaction-0.1
--    if [ $? -eq 0 ]; then
--	#HAVE_CONTENTACTION=yes DISABLED FOR NOW
--	HAVE_CONTENTACTION=no
--    fi
--
--    if [ "$SBOX_UNAME_MACHINE" = "arm" ]; then
--        IS_ARMEL=yes
--    fi
--
--fi
--
- 
- 
- #-------------------------------------------------------------------------------

diff --git a/x11-libs/libmeegotouch/libmeegotouch-9999.ebuild b/x11-libs/libmeegotouch/libmeegotouch-9999.ebuild
deleted file mode 100644
index b933ddf..0000000
--- a/x11-libs/libmeegotouch/libmeegotouch-9999.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit qt4-r2 git-2 multilib toolchain-funcs gnome2-utils
-
-DESCRIPTION="The Harmattan Application Framework library"
-HOMEPAGE="http://duiframework.wordpress.com"
-EGIT_REPO_URI="git://gitorious.org/meegotouch/libmeegotouch.git"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="dbus debug +demos gconf gstreamer icu pch plainqt"
-
-COMMON_DEPEND="
-	x11-libs/libXfixes
-	x11-libs/libXdamage
-	>=x11-libs/qt-gui-4.6.0:4
-	>=x11-libs/qt-svg-4.6.0:4
-	>=x11-libs/qt-opengl-4.6.0:4
-	dbus? ( >=x11-libs/qt-dbus-4.6.0:4 )
-	gconf? (
-		gnome-base/gconf
-		gnome-base/orbit:2
-	)
-	gstreamer? ( media-libs/gstreamer:0.10 )
-	icu? ( dev-libs/icu )"
-DEPEND="${COMMON_DEPEND}
-	dev-util/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
-	~x11-themes/meegotouch-theme-${PV}"
-
-DOCS="README"
-
-GNOME2_ECLASS_SCHEMAS="${D}/src/${PN#lib}.schemas"
-
-use_make() {
-	local arg=${2:-$1}
-
-	if use $1; then
-		echo "-make ${arg}"
-	else
-		echo "-nomake ${arg}"
-	fi
-}
-
-enable_feature() {
-	local arg=${2:-$1}
-
-	if use $1; then
-		sed -e "s/^\(HAVE_${arg}=\).*/\1yes/" -i configure \
-			|| die "enabling $1 failed"
-	fi
-}
-
-src_prepare() {
-	qt4-r2_src_prepare
-	sed -e "/^\$QMAKE_BIN/d" \
-		-i configure \
-		|| die "removing qmake call from ./configure failed"
-
-	sed -e "s/-Werror//" \
-		-i benchmarks/common_top.pri \
-		-i src/common_top.pri \
-		-i tests/common_top.pri \
-		|| die "removing -Werror failed"
-
-	sed -e "/M_LIB_DIR =/s/lib/$(get_libdir)/" \
-		-e "/QMAKE_RPATH/d" \
-		-i mkspecs/features/meegotouch.prf \
-		|| die "removing rpath from meegotouch.prf failed"
-
-	if ! use demos; then
-		sed -e '/^M_DEFAULT_BUILD_PARTS/s/ demos//' -i configure \
-			|| die "removing demos from build failed"
-	fi
-
-	sed -e "s/^\(CFG_.*\)auto/\1no/" -i configure \
-		|| die "removing automagic dependencies failed"
-}
-
-src_configure() {
-	enable_feature dbus DBUS
-	enable_feature icu ICU
-	enable_feature gconf GCONF
-	enable_feature gstreamer GSTREAMER
-
-	local myconf
-
-	if use debug ; then
-		myconf="${myconf} --no-release -debug"
-	else
-		myconf="${myconf} -release --no-debug"
-	fi
-
-	# custom configure script
-	QTDIR=/usr ./configure ${myconf}\
-	    -prefix "/usr" \
-		-libdir "/usr/$(get_libdir)" \
-		$(use_make plainqt) \
-		-nomake tests || die "configure failed"
-
-	eqmake4 M_BUILD_TREE="${S}" M_SOURCE_TREE="${S}"
-}
-
-pkg_postinst() {
-	if use gconf; then
-		gnome2_gconf_install
-	fi
-}
-
-pkg_postrm() {
-	gnome2_gconf_uninstall
-}

diff --git a/x11-libs/libmeegotouch/metadata.xml b/x11-libs/libmeegotouch/metadata.xml
deleted file mode 100644
index 417d05a..0000000
--- a/x11-libs/libmeegotouch/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>qt</herd>
-	<maintainer>
-		<email>ayoy@gentoo.org</email>
-		<name>Dominik Kapusta</name>
-	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
-	<use>
-		<flag name='demos'>Build demo applications</flag>
-		<flag name='gconf'>Build C++ abstraction layer for gconf settings
-			system</flag>
-		<flag name='plainqt'>Build plainqt style plugin for MeeGo Touch</flag>
-	</use>
-</pkgmetadata>
-

diff --git a/x11-themes/meegotouch-qt-style/meegotouch-qt-style-9999.ebuild b/x11-themes/meegotouch-qt-style/meegotouch-qt-style-9999.ebuild
deleted file mode 100644
index 943eef4..0000000
--- a/x11-themes/meegotouch-qt-style/meegotouch-qt-style-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit qt4-r2 git-2
-
-DESCRIPTION="Meeotouch Qt style"
-HOMEPAGE="http://meego.gitorious.org/meegotouch/meegotouch-qt-style"
-EGIT_REPO_URI="git://gitorious.org/meegotouch/meegotouch-qt-style.git"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="x11-libs/qt-core:4"
-RDEPEND=">=x11-libs/qt-svg-4.7.0:4"

diff --git a/x11-themes/meegotouch-qt-style/metadata.xml b/x11-themes/meegotouch-qt-style/metadata.xml
deleted file mode 100644
index c4db622..0000000
--- a/x11-themes/meegotouch-qt-style/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>qt</herd>
-</pkgmetadata>
-

diff --git a/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild b/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild
deleted file mode 100644
index 29d4394..0000000
--- a/x11-themes/meegotouch-theme/meegotouch-theme-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit qt4-r2 git-2
-
-DESCRIPTION="The Harmattan development theme"
-HOMEPAGE="http://duiframework.wordpress.com"
-EGIT_REPO_URI="git://gitorious.org/meegotouch/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="x11-libs/qt-core:4"
-RDEPEND=">=x11-libs/qt-svg-4.7.0:4"

diff --git a/x11-themes/meegotouch-theme/metadata.xml b/x11-themes/meegotouch-theme/metadata.xml
deleted file mode 100644
index b20aa40..0000000
--- a/x11-themes/meegotouch-theme/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>qt</herd>
-	<maintainer>
-		<email>ayoy@gentoo.org</email>
-		<name>Dominik Kapusta</name>
-	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
-</pkgmetadata>
-

diff --git a/x11-wm/duicompositor/duicompositor-9999.ebuild b/x11-wm/duicompositor/duicompositor-9999.ebuild
deleted file mode 100644
index f7a26b4..0000000
--- a/x11-wm/duicompositor/duicompositor-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit qt4-r2 multilib git-2
-
-DESCRIPTION="The Harmattan window compositor/manager"
-HOMEPAGE="http://duiframework.wordpress.com"
-EGIT_REPO_URI="git://gitorious.org/maemo-6-ui-framework/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="~x11-libs/libmeegotouch-${PV}
-	x11-libs/libXcomposite
-	x11-libs/libXdamage
-	x11-libs/libXfixes
-	>=x11-libs/qt-gui-4.6.0:4
-	>=x11-libs/qt-opengl-4.6.0:4"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -e "s:/usr/lib:/usr/$(get_libdir):" \
-		-i decorators/libdecorator/libdecorator.pro \
-		|| die "sed libdir failed"
-}

diff --git a/x11-wm/duicompositor/metadata.xml b/x11-wm/duicompositor/metadata.xml
deleted file mode 100644
index b20aa40..0000000
--- a/x11-wm/duicompositor/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>qt</herd>
-	<maintainer>
-		<email>ayoy@gentoo.org</email>
-		<name>Dominik Kapusta</name>
-	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
-</pkgmetadata>
-



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-25 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 15:03 [gentoo-commits] proj/qt:master commit in: x11-themes/meegotouch-qt-style/, x11-themes/meegotouch-theme/, Davide Pesavento

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