public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4.ebuild ChangeLog bbdate-0.2.4-r1.ebuild bbdate-0.2.3.ebuild
@ 2008-09-17 19:18 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; only message in thread
From: Santiago M. Mola (coldwind) @ 2008-09-17 19:18 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/09/17 19:18:02

  Modified:             bbdate-0.2.4.ebuild ChangeLog
  Added:                bbdate-0.2.4-r1.ebuild
  Removed:              bbdate-0.2.3.ebuild
  Log:
  Fix linking with --as-needed, fix HOMEPAGE and SRC_URI, quotes, add ~amd64 keyword and remove old ebuild.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.10                 x11-misc/bbdate/bbdate-0.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild?r1=1.9&r2=1.10

Index: bbdate-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bbdate-0.2.4.ebuild	7 Dec 2006 02:23:51 -0000	1.9
+++ bbdate-0.2.4.ebuild	17 Sep 2008 19:18:01 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.9 2006/12/07 02:23:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.10 2008/09/17 19:18:01 coldwind Exp $
 
 DESCRIPTION="blackbox date display"
 HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml"
@@ -15,10 +15,10 @@
 
 src_install () {
 	make DESTDIR="${D}" install || die "make install failed"
-	dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog TODO
+	dodoc README AUTHORS BUGS INSTALL ChangeLog TODO
 
 	# since multiple bbtools packages provide this file, install
 	# it in /usr/share/doc/${PF}
-	mv ${D}/usr/share/bbtools/bbtoolsrc.in \
-		${D}/usr/share/doc/${PF}/bbtoolsrc.example
+	mv "${D}"/usr/share/bbtools/bbtoolsrc.in \
+		"${D}"/usr/share/doc/${PF}/bbtoolsrc.example
 }



1.17                 x11-misc/bbdate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbdate/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbdate/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbdate/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Mar 2007 01:27:59 -0000	1.16
+++ ChangeLog	17 Sep 2008 19:18:01 -0000	1.17
@@ -1,6 +1,14 @@
 # ChangeLog for x11-misc/bbdate
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.16 2007/03/19 01:27:59 kloeri Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/ChangeLog,v 1.17 2008/09/17 19:18:01 coldwind Exp $
+
+*bbdate-0.2.4-r1 (17 Sep 2008)
+
+  17 Sep 2008; Santiago M. Mola <coldwind@gentoo.org>
+  +files/bbdate-0.2.4-as-needed.patch, -bbdate-0.2.3.ebuild,
+  bbdate-0.2.4.ebuild, +bbdate-0.2.4-r1.ebuild:
+  Fix linking with --as-needed, fix HOMEPAGE and SRC_URI, quotes, add ~amd64
+  keyword and remove old.
 
   19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
   Remove ka0ttic from metadata.xml due to retirement.



1.1                  x11-misc/bbdate/bbdate-0.2.4-r1.ebuild

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

Index: bbdate-0.2.4-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild,v 1.1 2008/09/17 19:18:01 coldwind Exp $

inherit eutils autotools

DESCRIPTION="blackbox date display"
HOMEPAGE="http://sourceforge.net/projects/bbtools"
SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="virtual/blackbox"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-as-needed.patch
	eautoreconf
}

src_install () {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README AUTHORS BUGS INSTALL ChangeLog TODO

	# since multiple bbtools packages provide this file, install
	# it in /usr/share/doc/${PF}
	mv "${D}"/usr/share/bbtools/bbtoolsrc.in \
		"${D}"/usr/share/doc/${PF}/bbtoolsrc.example
}






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

only message in thread, other threads:[~2008-09-17 19:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 19:18 [gentoo-commits] gentoo-x86 commit in x11-misc/bbdate: bbdate-0.2.4.ebuild ChangeLog bbdate-0.2.4-r1.ebuild bbdate-0.2.3.ebuild Santiago M. Mola (coldwind)

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