public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Александр Берсенев" <bay@hackerdom.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/autodep:master commit in: autodep_overlay/app-portage/autodep/
Date: Fri, 30 Sep 2011 07:34:05 +0000 (UTC)	[thread overview]
Message-ID: <f34b773763a6468da08d1f69244d5194c43044dd.bay@gentoo> (raw)

commit:     f34b773763a6468da08d1f69244d5194c43044dd
Author:     Alexander Bersenev <bay <AT> hackerdom <DOT> ru>
AuthorDate: Fri Sep 30 13:33:53 2011 +0000
Commit:     Александр Берсенев <bay <AT> hackerdom <DOT> ru>
CommitDate: Fri Sep 30 13:33:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/autodep.git;a=commit;h=f34b7737

new ebuild

---
 autodep_overlay/app-portage/autodep/Manifest       |    2 +
 .../app-portage/autodep/autodep-0.2.ebuild         |   32 ++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/autodep_overlay/app-portage/autodep/Manifest b/autodep_overlay/app-portage/autodep/Manifest
index fa868b9..b1e80e6 100644
--- a/autodep_overlay/app-portage/autodep/Manifest
+++ b/autodep_overlay/app-portage/autodep/Manifest
@@ -1,3 +1,5 @@
 DIST autodep-0.1.tar.bz2 960704 RMD160 3934ee314270e35dba78d09567ee889256d70999 SHA1 982221bae181f3bfedb974f13dafa35684276fa0 SHA256 281de88d57649e00d202cb45e36cd47b54908c76ef371a7b6585d2a33717a31a
+DIST autodep-0.2.tar.bz2 965798 RMD160 240aabff991041758a9a55e629123cc0737d05ff SHA1 a851d79ed7b0098b90f2c94d0abcec90f161538b SHA256 c353b1dabc05645f7b0c1e1bfefb0f72de1deb78f67afa06b18c43fdaff9aed0
 EBUILD autodep-0.1.ebuild 609 RMD160 7eaad24ea04324d295ae137de0f6b02ae91051bc SHA1 67fce464277d0a578da8842326de4d0eff4638be SHA256 3b9d0d74e46beaf91c5aab497157ec1c25736309b2be2d7732b80e97e79d9158
+EBUILD autodep-0.2.ebuild 609 RMD160 7eaad24ea04324d295ae137de0f6b02ae91051bc SHA1 67fce464277d0a578da8842326de4d0eff4638be SHA256 3b9d0d74e46beaf91c5aab497157ec1c25736309b2be2d7732b80e97e79d9158
 MISC metadata.xml 258 RMD160 fe64d0bceda27568f9a9663eb1637748f20a9833 SHA1 1279c416a1501dfcba7640f62164039679d0f100 SHA256 dd02c48a5ce93ff2c5456b4502a7f59e2352da3b44754fe2798d53244b1abd22

diff --git a/autodep_overlay/app-portage/autodep/autodep-0.2.ebuild b/autodep_overlay/app-portage/autodep/autodep-0.2.ebuild
new file mode 100644
index 0000000..62b4290
--- /dev/null
+++ b/autodep_overlay/app-portage/autodep/autodep-0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="2:2.6"
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
+
+inherit python
+
+DESCRIPTION="Auto dependency analyser for Gentoo"
+HOMEPAGE="http://soc.dev.gentoo.org/~bay/autodep/"
+SRC_URI="http://soc.dev.gentoo.org/~bay/autodep/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="sys-fs/fuse
+	dev-util/pkgconfig"
+RDEPEND="sys-fs/fuse
+	app-portage/portage-utils"
+
+src_compile() {
+    emake || die
+}
+
+src_install() {
+    emake DESTDIR="${D}" install || die
+}



             reply	other threads:[~2011-09-30  7:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30  7:34 Александр Берсенев [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-11-07 11:31 [gentoo-commits] proj/autodep:master commit in: autodep_overlay/app-portage/autodep/ Александр Берсенев
2011-11-07 11:25 Александр Берсенев
2011-10-15 10:56 Александр Берсенев
2011-09-30 15:11 Александр Берсенев
2011-08-22 15:29 Александр Берсенев
2011-08-22 15:29 Александр Берсенев

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=f34b773763a6468da08d1f69244d5194c43044dd.bay@gentoo \
    --to=bay@hackerdom.ru \
    --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