diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:48:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:48:48 +0000 |
commit | d9dc6dda82d0f4f8e8dfa73a6e92f76b270bdc6b (patch) | |
tree | 2f8ebbfa510bd068fd09aa3810377786c33cde65 /media-video | |
parent | Stable for amd64, wrt bug #535516 (diff) | |
download | gentoo-2-d9dc6dda82d0f4f8e8dfa73a6e92f76b270bdc6b.tar.gz gentoo-2-d9dc6dda82d0f4f8e8dfa73a6e92f76b270bdc6b.tar.bz2 gentoo-2-d9dc6dda82d0f4f8e8dfa73a6e92f76b270bdc6b.zip |
Stable for amd64, wrt bug #535518
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/subtitlecomposer/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/subtitlecomposer/ChangeLog b/media-video/subtitlecomposer/ChangeLog index e06582727606..24b28d75ca8b 100644 --- a/media-video/subtitlecomposer/ChangeLog +++ b/media-video/subtitlecomposer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/subtitlecomposer -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.23 2014/12/31 13:32:02 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.24 2015/01/09 13:48:48 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> subtitlecomposer-0.5.6.ebuild: + Stable for amd64, wrt bug #535518 31 Dec 2014; Michael Palimaka <kensington@gentoo.org> subtitlecomposer-0.5.6.ebuild: diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild index 5a26a9e99a51..a11f02e660b5 100644 --- a/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild +++ b/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild,v 1.2 2014/12/31 13:32:02 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild,v 1.3 2015/01/09 13:48:48 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/maxrd2/subtitlecomposer" SRC_URI="https://github.com/maxrd2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="4" IUSE="debug gstreamer unicode xine" |