kensington    15/03/04 10:11:07

  Modified:             ChangeLog
  Added:                anyremote-6.5.ebuild
  Removed:              anyremote-6.3.1.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.42                 app-mobilephone/anyremote/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   4 Mar 2015 10:09:17 -0000       1.41
+++ ChangeLog   4 Mar 2015 10:11:07 -0000       1.42
@@ -1,6 +1,12 @@
 # ChangeLog for app-mobilephone/anyremote
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.41 
2015/03/04 10:09:17 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.42 
2015/03/04 10:11:07 kensington Exp $
+
+*anyremote-6.5 (04 Mar 2015)
+
+  04 Mar 2015; Michael Palimaka <[email protected]> +anyremote-6.5.ebuild,
+  -anyremote-6.3.1.ebuild:
+  Version bump. Remove old.
 
   04 Mar 2015; Michael Palimaka <[email protected]> metadata.xml:
   Add upstream metadata.



1.1                  app-mobilephone/anyremote/anyremote-6.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild?rev=1.1&content-type=text/plain

Index: anyremote-6.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild,v 1.1 
2015/03/04 10:11:07 kensington Exp $

EAPI=5

DESCRIPTION="Bluetooth, infrared or cable remote control service"
HOMEPAGE="http://anyremote.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="avahi bluetooth dbus"

RDEPEND="
        dev-libs/glib:2
        x11-libs/libX11
        x11-libs/libXtst
        avahi? ( net-dns/avahi )
        bluetooth? ( net-wireless/bluez )
        dbus? (
                dev-libs/dbus-glib
                sys-apps/dbus
        )
"

DEPEND="${RDEPEND}
        virtual/pkgconfig
"

DOCS=( AUTHORS ChangeLog NEWS README )

src_configure() {
        econf \
                --docdir="/usr/share/doc/${PF}/" \
                $(use_enable avahi) \
                $(use_enable bluetooth) \
                $(use_enable dbus)
}

src_install() {
        default

        mv "${ED}"/usr/share/doc/${PF}/{doc-html,html} || die
}




Reply via email to