From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C4721393A3 for ; Sun, 30 Dec 2012 23:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 743BF21C069; Sun, 30 Dec 2012 23:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C575121C038 for ; Sun, 30 Dec 2012 23:53:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A557F33D74E for ; Sun, 30 Dec 2012 23:53:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 695762171D; Sun, 30 Dec 2012 23:53:45 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gpm-1.20.7-r1.ebuild ChangeLog X-VCS-Directories: sys-libs/gpm X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121230235345.695762171D@flycatcher.gentoo.org> Date: Sun, 30 Dec 2012 23:53:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23d0cedc-8ffa-4575-8df3-5a131d68805d X-Archives-Hash: 4edf717ab5f82cb72e7e5b496e99ff5f floppym 12/12/30 23:53:45 Modified: ChangeLog Added: gpm-1.20.7-r1.ebuild Log: Install systemd unit taken from Fedora, bug 449350. (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision Changes Path 1.92 sys-libs/gpm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.92&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.92&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.91&r2=1.92 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ChangeLog 28 Oct 2012 11:35:56 -0000 1.91 +++ ChangeLog 30 Dec 2012 23:53:45 -0000 1.92 @@ -1,6 +1,12 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.91 2012/10/28 11:35:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.92 2012/12/30 23:53:45 floppym Exp $ + +*gpm-1.20.7-r1 (30 Dec 2012) + + 30 Dec 2012; Mike Gilbert +files/gpm.service, + +gpm-1.20.7-r1.ebuild: + Install systemd unit taken from Fedora, bug 449350. *gpm-1.20.7 (28 Oct 2012) 1.1 sys-libs/gpm/gpm-1.20.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r1.ebuild?rev=1.1&content-type=text/plain Index: gpm-1.20.7-r1.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r1.ebuild,v 1.1 2012/12/30 23:53:45 floppym Exp $ # emacs support disabled due to #99533 #335900 EAPI="4" inherit eutils systemd toolchain-funcs autotools DESCRIPTION="Console-based mouse driver" HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="selinux static-libs" RDEPEND="sys-libs/ncurses selinux? ( sec-policy/selinux-gpm )" DEPEND="sys-libs/ncurses app-arch/xz-utils virtual/yacc" src_prepare() { # fix ABI values sed -i \ -e '/^abi_lev=/s:=.*:=1:' \ -e '/^abi_age=/s:=.*:=20:' \ configure.ac.footer || die sed -i -e '/ACLOCAL/,$d' autogen.sh || die ./autogen.sh eautoreconf } src_configure() { econf \ --sysconfdir=/etc/gpm \ $(use_enable static-libs static) \ emacs=/bin/false } src_compile() { # make sure nothing compiled is left emake clean emake EMACS=: } src_install() { emake install DESTDIR="${D}" EMACS=: ELISP="" dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so gen_usr_ldscript -a gpm insinto /etc/gpm doins conf/gpm-*.conf dodoc README TODO dodoc doc/Announce doc/FAQ doc/README* newinitd "${FILESDIR}"/gpm.rc6-2 gpm newconfd "${FILESDIR}"/gpm.conf.d gpm systemd_dounit "${FILESDIR}"/gpm.service }