Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
vapier 08/05/31 04:25:08
Modified: ChangeLog
Added: gpm-1.20.4.ebuild
Log:
Version bump.
(Portage version: 2.2_pre5.spank.spunk)
Revision Changes Path
1.67 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 21 Apr 2008 07:08:37 -0000 1.66
+++ ChangeLog 31 May 2008 04:25:08 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.66 2008/04/21 07:08:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.67 2008/05/31 04:25:08 vapier Exp $
+
+*gpm-1.20.4 (31 May 2008)
+
+ 31 May 2008; Mike Frysinger <vapier@g.o> +gpm-1.20.4.ebuild:
+ Version bump.
21 Apr 2008; Ulrich Mueller <ulm@g.o>
+files/gpm-1.20.3-no-emacs-dir.patch, gpm-1.20.3.ebuild:
1.1 sys-libs/gpm/gpm-1.20.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.4.ebuild?rev=1.1&content-type=text/plain
Index: gpm-1.20.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.4.ebuild,v 1.1 2008/05/31 04:25:08 vapier Exp $
# emacs support disabled due to Bug 99533
inherit eutils toolchain-funcs
DESCRIPTION="Console-based mouse driver"
HOMEPAGE="http://linux.schottelius.org/gpm/"
SRC_URI="http://linux.schottelius.org/gpm/archives/${P}.tar.lzma"
LICENSE="GPL-2"
SLOT="0"
# need to sort out SONAME first
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="selinux"
DEPEND="sys-libs/ncurses
app-arch/lzma-utils"
RDEPEND="selinux? ( sec-policy/selinux-gpm )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-1.20.3-no-emacs-dir.patch
}
src_compile() {
econf \
--libdir=/$(get_libdir) \
--sysconfdir=/etc/gpm \
|| die "econf failed"
# workaround broken release
find -name '*.o' | xargs rm
emake clean || die
emake -j1 -C doc || die
emake EMACS=: || die "emake failed"
}
src_install() {
emake install DESTDIR="${D}" EMACS=: ELISP="" || die "make install failed"
dosym libgpm.so.1.20.0 /$(get_libdir)/libgpm.so.1
dosym libgpm.so.1 /$(get_libdir)/libgpm.so
dodir /usr/$(get_libdir)
mv "${D}"/$(get_libdir)/libgpm.a "${D}"/usr/$(get_libdir)/ || die
gen_usr_ldscript libgpm.so
insinto /etc/gpm
doins conf/gpm-*.conf
dodoc BUGS Changes README TODO
dodoc doc/Announce doc/FAQ doc/README*
newinitd "${FILESDIR}"/gpm.rc6 gpm
newconfd "${FILESDIR}"/gpm.conf.d gpm
}
--
gentoo-commits@g.o mailing list
|
|