polynomial-c    15/01/02 10:23:06

  Modified:             ChangeLog
  Added:                ices-2.0.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.30                 net-misc/ices/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ices/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   10 Aug 2014 20:44:30 -0000      1.29
+++ ChangeLog   2 Jan 2015 10:23:06 -0000       1.30
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/ices
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ices/ChangeLog,v 1.29 2014/08/10 
20:44:30 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ices/ChangeLog,v 1.30 2015/01/02 
10:23:06 polynomial-c Exp $
+
+*ices-2.0.2 (02 Jan 2015)
+
+  02 Jan 2015; Lars Wendler <polynomia...@gentoo.org> +ices-2.0.2.ebuild,
+  +files/ices.initd-r1:
+  Version bump.
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> ices-2.0.1-r1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  net-misc/ices/ices-2.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/ices-2.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/ices-2.0.2.ebuild?rev=1.1&content-type=text/plain

Index: ices-2.0.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ices/ices-2.0.2.ebuild,v 1.1 
2015/01/02 10:23:06 polynomial-c Exp $

EAPI=5

inherit eutils user

DESCRIPTION="Icecast OGG streaming client, supports on the fly re-encoding"
HOMEPAGE="http://www.icecast.org/ices.php";
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-libs/libxml2
        >=media-libs/libshout-2
        >=media-libs/libvorbis-1"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

pkg_setup() {
        enewgroup ices
        enewuser ices -1 -1 -1 ices
}

src_configure() {
        econf --sysconfdir=/etc/ices2
}

src_install() {
        default
        insinto /etc/ices2
        doins conf/*.xml
        dohtml doc/*.{html,css}
        newinitd "${FILESDIR}"/ices.initd-r1 ices
        keepdir /var/log/ices
        fperms 660 /var/log/ices
        fowners ices:ices /var/log/ices
        rm -rf "${D}"/usr/share/ices
}




Reply via email to