diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-31 17:41:56 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-31 17:41:56 +0100 |
commit | be82ba1228b1d1924a291424648980a2210b5024 (patch) | |
tree | 778862592febcf558d2774143df57171889e531c | |
parent | d661185526279a300c89a54dfc738d6b1aa97ebb (diff) | |
download | brancik-overlay-be82ba1228b1d1924a291424648980a2210b5024.tar.gz brancik-overlay-be82ba1228b1d1924a291424648980a2210b5024.tar.bz2 |
Removed kde-misc/publictransport. Stable releases are in kde overlay.
-rw-r--r-- | kde-misc/publictransport/publictransport-9999.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-misc/publictransport/publictransport-9999.ebuild b/kde-misc/publictransport/publictransport-9999.ebuild deleted file mode 100644 index 77b87ac..0000000 --- a/kde-misc/publictransport/publictransport-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="KDE plasmoid. This applet shows a departure board for a given stop." -HOMEPAGE="http://www.kde-look.org/content/show.php?content=106175" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" -" - -DEPEND="dev-vcs/git" - - -### Variables -MY_WORKDIR="${WORKDIR}"/"${P}" -S="${MY_WORKDIR}" - -src_unpack() { - #unpack ${A} - git clone git://anongit.kde.org/publictransport ${S} - cp "${FILESDIR}/CMakeLists.txt" ${S}/ - cp "${FILESDIR}/CMakeLists-accessor.txt" "${S}/engine/accessorInfos/CMakeLists.txt" - ln -s "${S}/libpublictransporthelper" "${S}/publictransporthelper" -} - -MAKEOPTS="-j1" - |