diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-08 12:09:31 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-08 12:09:31 +0000 |
commit | a1ea46c4bf80a3eaf926c541e8cc763d15d17c70 (patch) | |
tree | bdfd9c7261bb0bac60ffbb12a13f80f65eccbcb9 /app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild | |
parent | New openguru ebuild, utility used to read Abit uGuru sensors. Bug 112702 (diff) | |
download | sunrise-a1ea46c4bf80a3eaf926c541e8cc763d15d17c70.tar.gz sunrise-a1ea46c4bf80a3eaf926c541e8cc763d15d17c70.tar.bz2 sunrise-a1ea46c4bf80a3eaf926c541e8cc763d15d17c70.zip |
Add echangelog svn changes to the sunrise overlay, bug 136048
svn path=/; revision=7
Diffstat (limited to 'app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild')
-rw-r--r-- | app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild b/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild new file mode 100644 index 000000000..696566194 --- /dev/null +++ b/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.6.1.ebuild,v 1.1 2006/03/25 05:37:26 agriffis Exp $ + +inherit eutils + +DESCRIPTION="Collection of developer scripts for Gentoo" +HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" +SRC_URI="http://dev.gentoo.org/~agriffis/dist//${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=sys-apps/portage-2.0.50 + >=dev-lang/python-2.0 + >=dev-util/dialog-0.7 + >=dev-lang/perl-5.6 + >=sys-apps/grep-2.4" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/echangelog-svn.diff +} + +src_install() { + make DESTDIR=${D} install-gentoolkit-dev +} |