public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/httpup: ChangeLog httpup-0.4.0k.ebuild
@ 2010-05-22 17:42 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-05-22 17:42 UTC (permalink / raw
  To: gentoo-commits

grobian     10/05/22 17:42:17

  Modified:             ChangeLog httpup-0.4.0k.ebuild
  Log:
  Fix ebuild for Prefix, bump to EAPI=3
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.10                 dev-util/httpup/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	21 May 2010 20:41:47 -0000	1.9
+++ ChangeLog	22 May 2010 17:42:17 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/httpup
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.9 2010/05/21 20:41:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.10 2010/05/22 17:42:17 grobian Exp $
+
+  22 May 2010; Fabian Groffen <grobian@gentoo.org> httpup-0.4.0k.ebuild:
+  Fix ebuild for Prefix, bump to EAPI=3
 
 *httpup-0.4.0k (21 May 2010)
 



1.2                  dev-util/httpup/httpup-0.4.0k.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild?r1=1.1&r2=1.2

Index: httpup-0.4.0k.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpup-0.4.0k.ebuild	21 May 2010 20:41:47 -0000	1.1
+++ httpup-0.4.0k.ebuild	22 May 2010 17:42:17 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v 1.1 2010/05/21 20:41:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v 1.2 2010/05/22 17:42:17 grobian Exp $
 
-EAPI=2
+EAPI="3"
 inherit eutils toolchain-funcs
 
 DESCRIPTION="synchronisation tool for http file repositories"
@@ -26,6 +26,8 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" mandir="/usr/share/man" prefix="/usr" install || die
+	emake DESTDIR="${D}" \
+		mandir="${EPREFIX}/usr/share/man" \
+		prefix="${EPREFIX}/usr" install || die
 	dodoc AUTHORS ChangeLog httpup.conf.example README TODO
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/httpup: ChangeLog httpup-0.4.0k.ebuild
@ 2012-08-08 10:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-08-08 10:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/08/08 10:35:42

  Modified:             ChangeLog httpup-0.4.0k.ebuild
  Log:
  Set missing RDEPEND for net-misc/curl (regression from last commit)
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-util/httpup/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Aug 2012 08:14:29 -0000	1.11
+++ ChangeLog	8 Aug 2012 10:35:42 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/httpup
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.11 2012/08/08 08:14:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.12 2012/08/08 10:35:42 ssuominen Exp $
+
+  08 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> httpup-0.4.0k.ebuild:
+  Set missing RDEPEND for net-misc/curl (regression from last commit)
 
   08 Aug 2012; Justin Lecher <jlec@gentoo.org> httpup-0.4.0k.ebuild,
   +files/httpup-0.4.0k-gcc-4.7.patch, metadata.xml:



1.4                  dev-util/httpup/httpup-0.4.0k.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild?r1=1.3&r2=1.4

Index: httpup-0.4.0k.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httpup-0.4.0k.ebuild	8 Aug 2012 08:14:29 -0000	1.3
+++ httpup-0.4.0k.ebuild	8 Aug 2012 10:35:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v 1.3 2012/08/08 08:14:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v 1.4 2012/08/08 10:35:42 ssuominen Exp $
 
 EAPI=4
 
@@ -16,6 +16,7 @@
 IUSE=""
 
 DEPEND="net-misc/curl"
+RDEPEND=${DEPEND}
 
 src_prepare() {
 	epatch \





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-08 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 10:35 [gentoo-commits] gentoo-x86 commit in dev-util/httpup: ChangeLog httpup-0.4.0k.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-22 17:42 Fabian Groffen (grobian)

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