public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: ChangeLog gpm-1.20.3.ebuild
@ 2008-04-19  8:23 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-04-19  8:23 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/19 08:23:24

  Modified:             ChangeLog
  Added:                gpm-1.20.3.ebuild
  Log:
  Version bump #215455 by Hanno Meyer-Thurow.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.65                 sys-libs/gpm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	25 Dec 2007 04:07:06 -0000	1.64
+++ ChangeLog	19 Apr 2008 08:23:23 -0000	1.65
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/gpm
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.64 2007/12/25 04:07:06 ranger Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.65 2008/04/19 08:23:23 vapier Exp $
+
+*gpm-1.20.3 (19 Apr 2008)
+
+  19 Apr 2008; Mike Frysinger <vapier@gentoo.org> +gpm-1.20.3.ebuild:
+  Version bump #215455 by Hanno Meyer-Thurow.
 
   25 Dec 2007; Brent Baude <ranger@gentoo.org> gpm-1.20.1-r6.ebuild:
   Marking gpm-1.20.1-r6 ppc64 for bug 202853



1.1                  sys-libs/gpm/gpm-1.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.3.ebuild?rev=1.1&content-type=text/plain

Index: gpm-1.20.3.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.3.ebuild,v 1.1 2008/04/19 08:23:23 vapier Exp $

# emacs support disabled due to Bug 99533

inherit eutils toolchain-funcs
#elisp-common

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"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="selinux" # emacs"

DEPEND="sys-libs/ncurses"
#	emacs? ( virtual/emacs )"
RDEPEND="selinux? ( sec-policy/selinux-gpm )"

fsrc_unpack() {
	unpack ${A}
	cd "${S}"
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
	epatch "${FILESDIR}"/gpm-configure-LANG.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"

#	local lisp="emacs/t-mouse.el emacs/t-mouse.elc"
#	if use emacs ; then
#		cd "${S}"/contrib ; make clean
#		make EMACS=emacs ELISP="${lisp}" || die
#	fi
}

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

#	if use emacs ; then
#		cd "${S}"/contrib/emacs
#		elisp-install . t-mouse*
#	fi

	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@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-19  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-19  8:23 [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: ChangeLog gpm-1.20.3.ebuild Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox