Changeset - ebc442ef8a77
[Not reviewed]
default
0 0 3
Nathan Brink (binki) - 15 years ago 2010-08-05 18:06:10
ohnobinki@ohnopublishing.net
New ebuild for pre-release sunrise-commit by sedzimir.
(Portage version: 2.2_rc67-r8/hg/Linux x86_64)
(Signed Manifest commit)
3 files changed with 46 insertions and 0 deletions:
0 comments (0 inline, 0 general)
app-portage/sunrise-commit/Manifest
Show inline comments
 
new file 100644
 
-----BEGIN PGP SIGNED MESSAGE-----
 
Hash: SHA1
 

	
 
DIST sunrise-commit-0.tar.bz2 5794 RMD160 8f13d3713b290efd63e591c6da675ef9030a2c87 SHA1 4b5f8943630a22d80a2d97ea0b306edaa8cdba60 SHA256 4db29da81d532801a2b215bb57f553c7ce3700281472be00fa2664da5ee8e3ae
 
EBUILD sunrise-commit-0.ebuild 480 RMD160 5e03bf27b1eb266674b507d1ddde48048b3133eb SHA1 279a79bd5b8d9598ac8a52da1415c0c6e081b18d SHA256 8bedd0efbb4e5e0ba7a114f7db11d965367b96570045e93e68e033f4b525a9fc
 
MISC metadata.xml 230 RMD160 af7955a6eb304a0b509633a44ff20c595205c882 SHA1 36fe8f30e4ee6236714a9b202b42ab3559850a9d SHA256 845f27140f2de794efd7c2b2d5baae18d208a8f0c996f3a9191635c4259dc70b
 
-----BEGIN PGP SIGNATURE-----
 
Version: GnuPG v2.0.14 (GNU/Linux)
 

	
 
iEYEARECAAYFAkxbNdIACgkQni8M22OVw8D6ngCgnlvpaiCmqlPFX/HWepsNYCjh
 
8B4An3+Vy2QAuVwKURJWwD3XToGdTIlC
 
=Z2/5
 
-----END PGP SIGNATURE-----
app-portage/sunrise-commit/metadata.xml
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="utf-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
  <herd>no-herd</herd>
 
  <maintainer>
 
    <email>binki@ohnopub.net</email>
 
  </maintainer>
 
</pkgmetadata>
app-portage/sunrise-commit/sunrise-commit-0.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2010 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI=2
 

	
 
DESCRIPTION="Script for committing to the sunrise overlay"
 
HOMEPAGE="http://git.qwpx.net/~mgorny/sunrise-commit/"
 
SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.bz2"
 
LICENSE="BSD"
 

	
 
SLOT="0"
 
KEYWORDS="~amd64"
 
IUSE=""
 

	
 
RDEPEND="!!app-portage/overlay-utils
 
	sys-apps/portage"
 

	
 
S=${WORKDIR}/${PN}
 

	
 
src_install() {
 
	dobin ${PN} || die
 

	
 
	doman ${PN}.1 || die
 
}
0 comments (0 inline, 0 general)