xmw         15/06/01 12:56:19

  Modified:             ChangeLog
  Added:                girara-0.2.4.ebuild
  Log:
  Version bump (thanks Jan-Willem Liebezeit, bug 549874).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.38                 dev-libs/girara/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/girara/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/girara/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/girara/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/girara/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   24 Oct 2014 17:54:42 -0000      1.37
+++ ChangeLog   1 Jun 2015 12:56:19 -0000       1.38
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/girara
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/ChangeLog,v 1.37 2014/10/24 
17:54:42 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/ChangeLog,v 1.38 2015/06/01 
12:56:19 xmw Exp $
+
+*girara-0.2.4 (01 Jun 2015)
+
+  01 Jun 2015; Michael Weber <[email protected]> +girara-0.2.4.ebuild:
+  Version bump (thanks Jan-Willem Liebezeit, bug 549874).
 
 *girara-0.2.3 (24 Oct 2014)
 



1.1                  dev-libs/girara/girara-0.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/girara/girara-0.2.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/girara/girara-0.2.4.ebuild?rev=1.1&content-type=text/plain

Index: girara-0.2.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/girara/girara-0.2.4.ebuild,v 1.1 
2015/06/01 12:56:19 xmw Exp $

EAPI=5

inherit multilib toolchain-funcs
[[ ${PV} == 9999* ]] && inherit git-2

DESCRIPTION="A library that implements a user interface that focuses on 
simplicity and minimalism"
HOMEPAGE="http://pwmt.org/projects/girara/";
if ! [[ ${PV} == 9999* ]]; then
SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz";
fi
EGIT_REPO_URI="git://git.pwmt.org/${PN}.git"
EGIT_BRANCH="develop"

LICENSE="ZLIB"
SLOT="3"
if ! [[ ${PV} == 9999* ]]; then
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
else
KEYWORDS=""
fi
IUSE="libnotify static-libs"

RDEPEND=">=dev-libs/glib-2.28
        >=x11-libs/gtk+-3.2:3
        dev-libs/json-c
        !<${CATEGORY}/${PN}-0.1.6
        libnotify? ( >=x11-libs/libnotify-0.7 )"
DEPEND="${RDEPEND}
        sys-devel/gettext
        virtual/pkgconfig"

pkg_setup() {
        mygiraraconf=(
                WITH_LIBNOTIFY=$(usex libnotify 1 0)
                PREFIX="${EPREFIX}"/usr
                LIBDIR='${PREFIX}'/$(get_libdir)
                CC="$(tc-getCC)"
                SFLAGS=''
                VERBOSE=1
                DESTDIR="${D}"
                )
}

src_prepare() {
        # Remove 'static' and 'install-static' targets
        if ! use static-libs; then
                sed -i \
                        -e '/^${PROJECT}:/s:static::' \
                        -e '/^install:/s:install-static::' \
                        Makefile || die
        fi
}

src_compile() {
        emake "${mygiraraconf[@]}"
}

src_install() {
        emake "${mygiraraconf[@]}" install
        dodoc AUTHORS
}




Reply via email to