public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/xstow: metadata.xml ChangeLog xstow-1.0.0.ebuild
@ 2011-12-10 15:14 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2011-12-10 15:14 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/12/10 15:14:23

  Modified:             metadata.xml ChangeLog
  Added:                xstow-1.0.0.ebuild
  Log:
  Bumped to 1.0.0, added new maintainer. Bug 273346 is fixed. Thanks to Erik Falor
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-admin/xstow/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/xstow/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	23 Sep 2011 21:04:54 -0000	1.3
+++ metadata.xml	10 Dec 2011 15:14:22 -0000	1.4
@@ -1,8 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>maintainer-needed@gentoo.org</email>
-</maintainer>
-<longdescription>A program that manages the installation of software packages.</longdescription>
+	<herd>proxy-maintainers</herd>
+	<maintainer>
+		<email>ewfalor@gmail.com</email>
+		<name>Erik Falor</name>
+	</maintainer>
+	<maintainer>
+		<email>maksbotan@gentoo.org</email>
+		<name>Maxim Koltsov</name>
+	</maintainer>
+	<longdescription>A program that manages the installation of software packages.</longdescription>
 </pkgmetadata>



1.11                 app-admin/xstow/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	28 Apr 2008 21:22:20 -0000	1.10
+++ ChangeLog	10 Dec 2011 15:14:22 -0000	1.11
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/xstow
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v 1.10 2008/04/28 21:22:20 drac Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v 1.11 2011/12/10 15:14:22 maksbotan Exp $
+
+*xstow-1.0.0 (10 Dec 2011)
+
+  10 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> +files/99xstow,
+  +xstow-1.0.0.ebuild, metadata.xml:
+  Bumped to 1.0.0, added new maintainer. Bug 273346 is fixed. Thanks to Erik
+  Falor.
 
   28 Apr 2008; Samuli Suominen <drac@gentoo.org>
   +files/xstow-0.5.1-gcc43.patch, xstow-0.5.1.ebuild:



1.1                  app-admin/xstow/xstow-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: xstow-1.0.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild,v 1.1 2011/12/10 15:14:22 maksbotan Exp $

inherit eutils

DESCRIPTION="replacement for GNU stow with extensions"
HOMEPAGE="http://xstow.sourceforge.net/"
SRC_URI="mirror://sourceforge/xstow/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="ncurses static"

DEPEND="ncurses? ( sys-libs/ncurses )"

src_unpack() {
	unpack ${A}
	cd "${S}"
}

src_compile() {
	econf --disable-dependency-tracking\
		$(use_with ncurses curses)\
		$(use_enable static)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}/html" \
		install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README TODO

	# create new STOWDIR
	dodir /var/lib/xstow

	# env file
	doenvd ${FILESDIR}/99xstow || die "doenvd failed"
}

pkg_postinst() {
	elog "We now recommend that you use /var/lib/xstow as your STOWDIR"
	elog "instead of /usr/local in order to avoid conflicts with the"
	elog "symlink from /usr/lib64 -> /usr/lib.  See Bug 246264 "
	elog "(regarding app-admin/stow, equally applicable to XStow) for"
	elog "more details on this change."
	elog "For your convenience, PATH has been updated to include"
	elog "/var/lib/xstow/bin."
}







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

only message in thread, other threads:[~2011-12-10 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-10 15:14 [gentoo-commits] gentoo-x86 commit in app-admin/xstow: metadata.xml ChangeLog xstow-1.0.0.ebuild Maxim Koltsov (maksbotan)

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