diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-08-26 17:59:39 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-08-26 17:59:39 +0000 |
commit | a5fd82b95609c0a43ca4e33add6399e0aa83af49 (patch) | |
tree | 2c92b3d9d54bb21cf5b17f0d433f2f6149bb8e3f /x11-misc | |
parent | alpha/ia64/s390/sh/sparc stable wrt #419473 (diff) | |
download | gentoo-2-a5fd82b95609c0a43ca4e33add6399e0aa83af49.tar.gz gentoo-2-a5fd82b95609c0a43ca4e33add6399e0aa83af49.tar.bz2 gentoo-2-a5fd82b95609c0a43ca4e33add6399e0aa83af49.zip |
fix ...version in build system
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wbar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/wbar/files/wbar-2.3.1-version.patch | 16 | ||||
-rw-r--r-- | x11-misc/wbar/wbar-2.3.1.ebuild | 4 |
3 files changed, 23 insertions, 3 deletions
diff --git a/x11-misc/wbar/ChangeLog b/x11-misc/wbar/ChangeLog index 277a1d0be4ce..8b28036a6f69 100644 --- a/x11-misc/wbar/ChangeLog +++ b/x11-misc/wbar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wbar # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.22 2012/08/26 17:34:29 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.23 2012/08/26 17:59:39 hasufell Exp $ + + 26 Aug 2012; Julian Ospald <hasufell@gentoo.org> wbar-2.3.1.ebuild, + +files/wbar-2.3.1-version.patch: + fix ...version in build system *wbar-2.3.1 (26 Aug 2012) diff --git a/x11-misc/wbar/files/wbar-2.3.1-version.patch b/x11-misc/wbar/files/wbar-2.3.1-version.patch new file mode 100644 index 000000000000..a96c61bd5329 --- /dev/null +++ b/x11-misc/wbar/files/wbar-2.3.1-version.patch @@ -0,0 +1,16 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Sun Aug 26 17:57:14 UTC 2012 +Subject: build system + +fix version -.- + +--- configure.ac ++++ configure.ac +@@ -1,6 +1,6 @@ + dnl make yadickson soto + +-AC_INIT([wbar], [2.3.0]) ++AC_INIT([wbar], [2.3.1]) + AM_INIT_AUTOMAKE([ filename-length-max=256 tar-ustar ]) + + AM_CONFIG_HEADER(config.h) diff --git a/x11-misc/wbar/wbar-2.3.1.ebuild b/x11-misc/wbar/wbar-2.3.1.ebuild index 081ba43bb63a..8706e3861708 100644 --- a/x11-misc/wbar/wbar-2.3.1.ebuild +++ b/x11-misc/wbar/wbar-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.1.ebuild,v 1.1 2012/08/26 17:34:29 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.1.ebuild,v 1.2 2012/08/26 17:59:39 hasufell Exp $ EAPI=4 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} src_prepare() { use gtk || epatch "${FILESDIR}"/${PN}-2.3.0-cfg.patch - epatch "${FILESDIR}"/${P}-{desktopfile,nowerror}.patch + epatch "${FILESDIR}"/${P}-{version,desktopfile,nowerror}.patch eautoreconf } |