public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/blinkperl: ChangeLog blinkperl-20030301-r1.ebuild
@ 2008-11-27 20:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2008-11-27 20:25 UTC (permalink / raw
  To: gentoo-commits

jer         08/11/27 20:25:04

  Modified:             ChangeLog
  Added:                blinkperl-20030301-r1.ebuild
  Log:
  Install man pages properly (bug #248072) and introduce consistent naming.
  (Portage version: 2.1.6_rc1/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.8                  net-misc/blinkperl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/blinkperl/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 May 2007 19:45:45 -0000	1.7
+++ ChangeLog	27 Nov 2008 20:25:04 -0000	1.8
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/blinkperl
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/blinkperl/ChangeLog,v 1.7 2007/05/14 19:45:45 bangert Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/blinkperl/ChangeLog,v 1.8 2008/11/27 20:25:04 jer Exp $
+
+*blinkperl-20030301-r1 (27 Nov 2008)
+
+  27 Nov 2008; Jeroen Roovers <jer@gentoo.org>
+  +files/blinkperl-20030301-Makefile.patch,
+  +files/blinkperl-20030301-non-local.patch, +blinkperl-20030301-r1.ebuild:
+  Install man pages properly (bug #248072) and introduce consistent naming.
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.1                  net-misc/blinkperl/blinkperl-20030301-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/blinkperl-20030301-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/blinkperl/blinkperl-20030301-r1.ebuild?rev=1.1&content-type=text/plain

Index: blinkperl-20030301-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/blinkperl/blinkperl-20030301-r1.ebuild,v 1.1 2008/11/27 20:25:04 jer Exp $

inherit eutils

MY_P="${PN}-2003-02-08"
S=${WORKDIR}/${PN}

DESCRIPTION="blinkperl is a telnet server, which plays BlinkenLight movies"
SRC_URI="mirror://sourceforge/blinkserv/${MY_P}.tar.gz"
HOMEPAGE="http://blinkserv.sourceforge.net/"

SLOT="0"
KEYWORDS="~x86"
LICENSE="GPL-2"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/perl dev-perl/Term-ANSIScreen"

src_unpack() {
	unpack ${A}

	epatch "${FILESDIR}"/${P}-non-local.patch
	epatch "${FILESDIR}"/${P}-Makefile.patch
}

src_install() {
	make PREFIX=/usr DESTDIR="${D}" install || die

	newinitd "${FILESDIR}"/blinkperl.rc blinkperl
	newconfd "${FILESDIR}"/blinkperl.confd blinkperl
}






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

only message in thread, other threads:[~2008-11-27 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27 20:25 [gentoo-commits] gentoo-x86 commit in net-misc/blinkperl: ChangeLog blinkperl-20030301-r1.ebuild Jeroen Roovers (jer)

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