diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-09-02 13:04:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-09-02 13:04:45 +0000 |
commit | 9b33d39a2ea9ec20f1972e1d4e01d0cfae745fa6 (patch) | |
tree | 0b4037ac65eb47d9ecaa6922122ec6344af88771 /media-libs/grilo | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-9b33d39a2ea9ec20f1972e1d4e01d0cfae745fa6.tar.gz gentoo-2-9b33d39a2ea9ec20f1972e1d4e01d0cfae745fa6.tar.bz2 gentoo-2-9b33d39a2ea9ec20f1972e1d4e01d0cfae745fa6.zip |
Version bump, drop old, don't rename grilo-simple-playlist as we don't have the older slot for some time.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/grilo')
-rw-r--r-- | media-libs/grilo/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/grilo/grilo-0.2.11.ebuild (renamed from media-libs/grilo/grilo-0.2.9.ebuild) | 12 |
2 files changed, 11 insertions, 10 deletions
diff --git a/media-libs/grilo/ChangeLog b/media-libs/grilo/ChangeLog index 5933fe4741e5..bd46a0cbfdb9 100644 --- a/media-libs/grilo/ChangeLog +++ b/media-libs/grilo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-libs/grilo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.41 2014/05/04 12:11:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.42 2014/09/02 13:04:45 pacho Exp $ + +*grilo-0.2.11 (02 Sep 2014) + + 02 Sep 2014; Pacho Ramos <pacho@gentoo.org> +grilo-0.2.11.ebuild, + -grilo-0.2.9.ebuild: + Version bump, drop old, don't rename grilo-simple-playlist as we don't have + the older slot for some time. 04 May 2014; Pacho Ramos <pacho@gentoo.org> grilo-0.2.10.ebuild: x86 stable, bug 508862 diff --git a/media-libs/grilo/grilo-0.2.9.ebuild b/media-libs/grilo/grilo-0.2.11.ebuild index 939b5887d2cc..099d899750c0 100644 --- a/media-libs/grilo/grilo-0.2.9.ebuild +++ b/media-libs/grilo/grilo-0.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.9.ebuild,v 1.5 2014/03/09 12:02:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.11.ebuild,v 1.1 2014/09/02 13:04:45 pacho Exp $ EAPI="5" GCONF_DEBUG="no" # --enable-debug only changes CFLAGS @@ -16,13 +16,13 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Grilo" LICENSE="LGPL-2.1+" SLOT="0.2/1" # subslot is libgrilo-0.2 soname suffix -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="gtk examples +introspection +network playlist test vala" REQUIRED_USE="test? ( introspection )" RDEPEND=" - >=dev-libs/glib-2.32:2 + >=dev-libs/glib-2.34:2 dev-libs/libxml2:2 net-libs/liboauth gtk? ( >=x11-libs/gtk+-3:3 ) @@ -79,12 +79,6 @@ src_install() { # Upstream made this conditional on gtk-doc build... emake -C doc install DESTDIR="${ED}" - # Prevent file collision with other slot - if use vala; then - mv "${ED}usr/bin/grilo-simple-playlist" \ - "${ED}usr/bin/grilo-simple-playlist-${SLOT%/*}" || die - fi - if use examples; then # Install example code insinto /usr/share/doc/${PF}/examples |