public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libvpd: libvpd-2.1.3.ebuild ChangeLog libvpd-2.2.0.ebuild
@ 2013-02-28 20:31 Brent Baude (ranger)
  0 siblings, 0 replies; only message in thread
From: Brent Baude (ranger) @ 2013-02-28 20:31 UTC (permalink / raw
  To: gentoo-commits

ranger      13/02/28 20:31:30

  Modified:             libvpd-2.1.3.ebuild ChangeLog
  Added:                libvpd-2.2.0.ebuild
  Log:
  Marking 2.1.3 ppc and ppc64/added 2.2.0
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  sys-libs/libvpd/libvpd-2.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild?r1=1.1&r2=1.2

Index: libvpd-2.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvpd-2.1.3.ebuild	22 Apr 2012 13:54:45 -0000	1.1
+++ libvpd-2.1.3.ebuild	28 Feb 2013 20:31:30 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild,v 1.1 2012/04/22 13:54:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/libvpd-2.1.3.ebuild,v 1.2 2013/02/28 20:31:30 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~ppc ~ppc64"
+KEYWORDS="ppc ppc64"
 IUSE=""
 
 DEPEND=">=dev-db/sqlite-3.7.8



1.2                  sys-libs/libvpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libvpd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Apr 2012 13:54:45 -0000	1.1
+++ ChangeLog	28 Feb 2013 20:31:30 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/libvpd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/ChangeLog,v 1.1 2012/04/22 13:54:45 ranger Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/ChangeLog,v 1.2 2013/02/28 20:31:30 ranger Exp $
+
+*libvpd-2.2.0 (28 Feb 2013)
+
+  28 Feb 2013; Brent Baude <ranger@gentoo.org> libvpd-2.1.3.ebuild,
+  +libvpd-2.2.0.ebuild:
+  Marking 2.1.3 ppc and ppc64/added 2.2.0
 
 *libvpd-2.1.3 (22 Apr 2012)
 



1.1                  sys-libs/libvpd/libvpd-2.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/libvpd-2.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libvpd/libvpd-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: libvpd-2.2.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libvpd/libvpd-2.2.0.ebuild,v 1.1 2013/02/28 20:31:30 ranger Exp $

EAPI=4

DESCRIPTION="Library implementation for listing vpds"
HOMEPAGE="http://sourceforge.net/projects/linux-diag/"
SRC_URI="http://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"

LICENSE="IBM"
SLOT="0"
KEYWORDS="~ppc ~ppc64"
IUSE=""

DEPEND=">=dev-db/sqlite-3.7.8
		sys-libs/zlib"

RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
}

src_configure() {
	./bootstrap.sh
	econf || die "Unable to configure"
}

src_install(){
	emake DESTDIR="${D}" install || die "Something went wrong"

}





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

only message in thread, other threads:[~2013-02-28 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 20:31 [gentoo-commits] gentoo-x86 commit in sys-libs/libvpd: libvpd-2.1.3.ebuild ChangeLog libvpd-2.2.0.ebuild Brent Baude (ranger)

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