summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2011-08-15 16:56:36 +0000
committerChristoph Junghans <ottxor@gentoo.org>2011-08-15 16:56:36 +0000
commitea88162a62d260f6a17266b5f77b4b37fa3cdfa7 (patch)
tree936f86c039759e604b606d99e5702d3f8ec323f4 /kde-misc/kio-upnp-ms
parentVersion bump to 4.0.2. (diff)
downloadgentoo-2-ea88162a62d260f6a17266b5f77b4b37fa3cdfa7.tar.gz
gentoo-2-ea88162a62d260f6a17266b5f77b4b37fa3cdfa7.tar.bz2
gentoo-2-ea88162a62d260f6a17266b5f77b4b37fa3cdfa7.zip
remove old
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'kde-misc/kio-upnp-ms')
-rw-r--r--kde-misc/kio-upnp-ms/ChangeLog7
-rw-r--r--kde-misc/kio-upnp-ms/files/FindHUpnp.cmake26
-rw-r--r--kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110313.ebuild28
-rw-r--r--kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110503.ebuild28
4 files changed, 6 insertions, 83 deletions
diff --git a/kde-misc/kio-upnp-ms/ChangeLog b/kde-misc/kio-upnp-ms/ChangeLog
index 500293aabcb3..ee59fbf4b139 100644
--- a/kde-misc/kio-upnp-ms/ChangeLog
+++ b/kde-misc/kio-upnp-ms/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/kio-upnp-ms
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-upnp-ms/ChangeLog,v 1.8 2011/06/25 13:23:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-upnp-ms/ChangeLog,v 1.9 2011/08/15 16:56:36 ottxor Exp $
+
+ 15 Aug 2011; Christoph Junghans <ottxor@gentoo.org>
+ -kio-upnp-ms-0.8.0_p20110313.ebuild, -kio-upnp-ms-0.8.0_p20110503.ebuild,
+ -files/FindHUpnp.cmake:
+ remove old
*kio-upnp-ms-1.0.0_p20110602 (25 Jun 2011)
diff --git a/kde-misc/kio-upnp-ms/files/FindHUpnp.cmake b/kde-misc/kio-upnp-ms/files/FindHUpnp.cmake
deleted file mode 100644
index f9a3779c0fd8..000000000000
--- a/kde-misc/kio-upnp-ms/files/FindHUpnp.cmake
+++ /dev/null
@@ -1,26 +0,0 @@
-# - Find HUpnp
-# HUpnp is a Universal Plug and Play (UPnP) library
-# used by the UPnP collection.
-# Defines:
-# HUPNP_INCLUDE_DIR
-# HUPNP_LIBS
-# HUPNP_FOUND
-
-find_path(HUPNP_INCLUDE_DIR
- HUpnp HINTS
- ${KDE4_INCLUDE_DIR}
- /usr/include/HUpnpCore/
-)
-
-find_library(HUPNP_LIBS HUpnp PATHS ${KDE4_LIB_DIR})
-
-if(HUPNP_INCLUDE_DIR AND HUPNP_LIBS)
- set(HUPNP_FOUND TRUE)
- message(STATUS "Found HUpnp")
-else(HUPNP_INCLUDE_DIR and HUPNP_LIBS)
- set(HUPNP_FOUND FALSE)
- if(HUPNP_FIND_REQUIRED)
- message(FATAL_ERROR "Could NOT find required package HUpnp: <http://herqq.org>")
- endif(HUPNP_FIND_REQUIRED)
-endif(HUPNP_INCLUDE_DIR AND HUPNP_LIBS)
-
diff --git a/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110313.ebuild b/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110313.ebuild
deleted file mode 100644
index e07f59588732..000000000000
--- a/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110313.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110313.ebuild,v 1.4 2011/04/29 14:02:46 scarabeus Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="A upnp KIO slave for KDE"
-HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-upnp-ms"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-libs/herqq-1.0.0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- mkdir -p "${S}/cmake/modules/" || die
- cp "${FILESDIR}"/FindHUpnp.cmake "${S}/cmake/modules/" || die
- sed -i '6 a \
-set(CMAKE_MODULE_PATH \${CMAKE_MODULE_PATH} \${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)' \
- "${S}/CMakeLists.txt" || die
- kde4-base_src_prepare
-}
diff --git a/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110503.ebuild b/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110503.ebuild
deleted file mode 100644
index 864794466363..000000000000
--- a/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110503.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-upnp-ms/kio-upnp-ms-0.8.0_p20110503.ebuild,v 1.1 2011/05/28 13:49:43 ottxor Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="A upnp KIO slave for KDE"
-HOMEPAGE="https://projects.kde.org/projects/playground/base/kio-upnp-ms"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-libs/herqq-1.0.0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- mkdir -p "${S}/cmake/modules/" || die
- cp "${FILESDIR}"/FindHUpnp.cmake "${S}/cmake/modules/" || die
- sed -i -e '9,12s/^/#/' -e '6 a \
-set(CMAKE_MODULE_PATH \${CMAKE_MODULE_PATH} \${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)' \
- "${S}/CMakeLists.txt" || die
- kde4-base_src_prepare
-}