From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D6DD1391DB for ; Sun, 16 Mar 2014 12:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF6FEE09C4; Sun, 16 Mar 2014 12:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96CCBE09C4 for ; Sun, 16 Mar 2014 12:22:30 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5B333F8FB for ; Sun, 16 Mar 2014 12:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9190118875 for ; Sun, 16 Mar 2014 12:22:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1394972363.402a3a61b653ea23901eaada13a2cef157dd79d9.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-video/subtitlecomposer/ X-VCS-Repository: proj/kde X-VCS-Files: media-video/subtitlecomposer/metadata.xml media-video/subtitlecomposer/subtitlecomposer-9999.ebuild X-VCS-Directories: media-video/subtitlecomposer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 402a3a61b653ea23901eaada13a2cef157dd79d9 X-VCS-Branch: master Date: Sun, 16 Mar 2014 12:22:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a64aab30-d7a3-454f-8728-11875fca3ba2 X-Archives-Hash: cec1667f4b0e220d54df9a2f4b23d923 commit: 402a3a61b653ea23901eaada13a2cef157dd79d9 Author: Johannes Huber gentoo org> AuthorDate: Sun Mar 16 12:19:23 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Mar 16 12:19:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=402a3a61 [media-video/subtitlecomposer] Moved to new upstream Package-Manager: portage-2.2.8-r1 --- media-video/subtitlecomposer/metadata.xml | 4 ++++ .../subtitlecomposer/subtitlecomposer-9999.ebuild | 18 +++++------------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/media-video/subtitlecomposer/metadata.xml b/media-video/subtitlecomposer/metadata.xml index a23f444..d76e088 100644 --- a/media-video/subtitlecomposer/metadata.xml +++ b/media-video/subtitlecomposer/metadata.xml @@ -1,5 +1,9 @@ + video kde + + maxrd2/subtitlecomposer + diff --git a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild index 6d488e0..595f9a1 100644 --- a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild +++ b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild @@ -4,13 +4,13 @@ EAPI=5 -KDE_LINGUAS="bg cs de el es fr it pl pt_BR sr" -KDE_SCM="svn" +KDE_LINGUAS="bg cs de el es fr hu pl pt_BR ru sr sr@latin uk" +KDE_LINGUAS_LIVE_OVERRIDE="true" inherit kde4-base -DESCRIPTION="Text-based subtitles editor." -HOMEPAGE="http://www.sourceforge.net/projects/subcomposer/" -ESVN_REPO_URI="https://subcomposer.svn.sourceforge.net/svnroot/subcomposer/trunk" +DESCRIPTION="Text-based subtitles editor" +HOMEPAGE="https://github.com/maxrd2/subtitlecomposer" +EGIT_REPO_URI="git://github.com/maxrd2/${PN}" LICENSE="GPL-2" KEYWORDS="" @@ -27,14 +27,6 @@ DEPEND="${RDEPEND} sys-devel/gettext " -src_prepare() { - kde4-base_src_prepare - - sed -e '/ADD_SUBDIRECTORY( api )/s/^/# DISABLED/' \ - -i src/main/scripting/examples/CMakeLists.txt \ - || die "failed to disable installation of scripting API" -} - src_configure() { mycmakeargs=( $(cmake-utils_use_with gstreamer GStreamer)