public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/obmenu-generator: metadata.xml obmenu-generator-0.5.1.ebuild ChangeLog Manifest
Date: Tue,  1 May 2012 22:34:14 +0000 (UTC)	[thread overview]
Message-ID: <20120501223414.A72D72004B@flycatcher.gentoo.org> (raw)

hasufell    12/05/01 22:34:14

  Added:                metadata.xml obmenu-generator-0.5.1.ebuild
                        ChangeLog Manifest
  Log:
  initial commit
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/obmenu-generator/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</name>
	</maintainer>
	<upstream>
		<maintainer status="active">
			<email>trizenx@gmail.com</email>
		</maintainer>
	</upstream>
</pkgmetadata>



1.1                  x11-misc/obmenu-generator/obmenu-generator-0.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/obmenu-generator-0.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/obmenu-generator-0.5.1.ebuild?rev=1.1&content-type=text/plain

Index: obmenu-generator-0.5.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu-generator/obmenu-generator-0.5.1.ebuild,v 1.1 2012/05/01 22:34:14 hasufell Exp $

EAPI=4

DESCRIPTION="A fast pipe/static menu generator for the Openbox Window Manager"
HOMEPAGE="http://trizen.go.ro/"
SRC_URI="http://trizen.googlecode.com/files/${P}.tar.gz"

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

RDEPEND="dev-lang/perl
	x11-wm/openbox"

S=${WORKDIR}

src_install() {
	dobin ${PN}
}

pkg_postinst() {
	elog "No docs, run 'obmenu-generator -h' for help."
	elog "Config file will be created at"
	elog "~/.config/${PN}/configuration.pl"
}



1.1                  x11-misc/obmenu-generator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for x11-misc/obmenu-generator
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu-generator/ChangeLog,v 1.1 2012/05/01 22:34:14 hasufell Exp $

*obmenu-generator-0.5.1 (01 May 2012)

  01 May 2012; Julian Ospald <hasufell@gentoo.org>
  +obmenu-generator-0.5.1.ebuild, +metadata.xml:
  initial commit




1.1                  x11-misc/obmenu-generator/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/obmenu-generator/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST obmenu-generator-0.5.1.tar.gz 5972 RMD160 7e8c68df8b3d59efa2ffc6e6b3ffb1f797aa53ff SHA1 4cf2b10ebe8547f755ff72516dbbe2f488b1520b SHA256 20711010b6c7cc892608b9b63a1aaed1bb6f0d4442ebce4a65e03e242856d703
EBUILD obmenu-generator-0.5.1.ebuild 594 RMD160 37f3e4dff08b360a59578edff2f6167b4da00119 SHA1 84c3be727f2d4a0e865085727aa427be35433047 SHA256 a2eb0db54e06547c5860dd079ee68757b19de7197cc77c5740255c5309a1c554
MISC ChangeLog 283 RMD160 7479e4006831837302a20bd05b87b7b88496b437 SHA1 967f223e8dd3adf5a3f04536134665ce061bede7 SHA256 6d8292d4e8c529da8dd1d730b99554d8d6e859c244f0173d566f005a379daf11
MISC metadata.xml 355 RMD160 361bcbe52bcbf61dc5555d4fedfc393617154feb SHA1 05af2a68086055158293140eb37c8b36da230730 SHA256 11b69b5985b181d7e93d4bcb83fad340fdcd8e0a923bce277e856ba7330b9a66






                 reply	other threads:[~2012-05-01 22:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120501223414.A72D72004B@flycatcher.gentoo.org \
    --to=hasufell@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox