public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: metadata.xml ChangeLog pe-format-2.1.1.ebuild
@ 2011-12-12 20:40 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2011-12-12 20:40 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/12/12 20:40:23

  Modified:             metadata.xml ChangeLog
  Added:                pe-format-2.1.1.ebuild
  Log:
  Version bump. The new version installs .desktop file for file manager association.
  
  (Portage version: 2.2.0_alpha79_p31/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-dotnet/pe-format/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/metadata.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/metadata.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml	19 Dec 2010 19:17:58 -0000	1.6
+++ metadata.xml	12 Dec 2011 20:40:22 -0000	1.7
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>dotnet</herd>
-<maintainer restrict="&gt;=dev-dotnet/pe-format-2">
-	<email>mgorny@gentoo.org</email>
-	<name>Michał Górny</name>
-</maintainer>
-<upstream>
-	<maintainer restrict="&gt;=dev-dotnet/pe-format-2" status="active">
+	<herd>dotnet</herd>
+	<maintainer>
 		<email>mgorny@gentoo.org</email>
 		<name>Michał Górny</name>
 	</maintainer>
-	<bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=dev-dotnet/pe-format:%20</bugs-to>
-</upstream>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
+	</upstream>
 </pkgmetadata>



1.34                 dev-dotnet/pe-format/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	11 Dec 2011 09:15:56 -0000	1.33
+++ ChangeLog	12 Dec 2011 20:40:22 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for dev-dotnet/pe-format
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.33 2011/12/11 09:15:56 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.34 2011/12/12 20:40:22 mgorny Exp $
+
+*pe-format-2.1.1 (12 Dec 2011)
+
+  12 Dec 2011; Michał Górny <mgorny@gentoo.org> +pe-format-2.1.1.ebuild,
+  metadata.xml:
+  Version bump. The new version installs .desktop file for file manager
+  association.
 
   11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pe-format-2.1.ebuild:
   x86 stable wrt bug #389183



1.1                  dev-dotnet/pe-format/pe-format-2.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild?rev=1.1&content-type=text/plain

Index: pe-format-2.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.1.ebuild,v 1.1 2011/12/12 20:40:22 mgorny Exp $

EAPI=4

inherit autotools-utils fdo-mime systemd

DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://github.com/mgorny/pe-format2/"
SRC_URI="mirror://github/mgorny/${PN}2/${P}.tar.bz2"

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

RDEPEND="!<sys-apps/openrc-0.9.4"

src_configure() {
	systemd_to_myeconfargs
	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install
	keepdir /var/lib
}

pkg_postinst() {
	ebegin "Calling pe-format2-setup to update handler setup"
	pe-format2-setup
	eend ${?}

	fdo-mime_desktop_database_update
}






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

only message in thread, other threads:[~2011-12-12 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 20:40 [gentoo-commits] gentoo-x86 commit in dev-dotnet/pe-format: metadata.xml ChangeLog pe-format-2.1.1.ebuild Michal Gorny (mgorny)

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