jlec        15/02/05 11:06:42

  Modified:             metadata.xml ChangeLog
  Added:                systemrescuecd-x86-4.5.0.ebuild
  Log:
  app-admin/systemrescuecd-x86: Version Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  app-admin/systemrescuecd-x86/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        6 Jan 2015 23:57:06 -0000       1.1
+++ metadata.xml        5 Feb 2015 11:06:42 -0000       1.2
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Michał Górny</name>
-       </maintainer>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Michał Górny</name>
+  </maintainer>
 </pkgmetadata>



1.4                  app-admin/systemrescuecd-x86/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   7 Jan 2015 22:59:25 -0000       1.3
+++ ChangeLog   5 Feb 2015 11:06:42 -0000       1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/systemrescuecd-x86
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/ChangeLog,v 
1.3 2015/01/07 22:59:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/ChangeLog,v 
1.4 2015/02/05 11:06:42 jlec Exp $
+
+*systemrescuecd-x86-4.5.0 (05 Feb 2015)
+
+  05 Feb 2015; Justin Lecher <[email protected]>
+  +systemrescuecd-x86-4.5.0.ebuild, metadata.xml:
+  Version Bump
 
   07 Jan 2015; Michał Górny <[email protected]> 
systemrescuecd-x86-4.4.1.ebuild:
   Mention amd64 in description.



1.1                  
app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.0.ebuild

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

Index: systemrescuecd-x86-4.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.0.ebuild,v
 1.1 2015/02/05 11:06:42 jlec Exp $

EAPI=5

DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
HOMEPAGE="http://www.sysresccd.org/";
SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"

LICENSE="GPL-2"
SLOT="${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

S=${WORKDIR}

RESTRICT="mirror"

src_install() {
        insinto "/usr/share/${PN%-*}"
        doins "${DISTDIR}/${P}.iso"
}

pkg_postinst() {
        local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso

        # no version newer than ours? we're the newest!
        if ! has_version ">${CATEGORY}/${PF}"; then
                ln -f -s -v "${P}.iso" "${f}" || die
        fi
}

pkg_postrm() {
        local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso

        # if there is no version newer than ours installed
        if ! has_version ">${CATEGORY}/${PF}"; then
                # and we are truly and completely uninstalled...
                if [[ ! ${REPLACED_BY_VERSION} ]]; then
                        # then find an older version to set the symlink to
                        local newest_version=$(best_version 
"<${CATEGORY}/${PF}")

                        if [[ ${newest_version} ]]; then
                                # update the symlink
                                ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
                        else
                                # last version removed? clean up the symlink
                                rm -v "${f}" || die
                                # and the parent directory
                                rmdir "${f%/*}" || die
                        fi
                fi
        fi
}




Reply via email to