diff options
author | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2011-12-06 17:48:43 +0000 |
---|---|---|
committer | Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net> | 2011-12-06 17:48:43 +0000 |
commit | f2ced2c7c6d1b9488839383b7bab341aaf130d21 (patch) | |
tree | cb2ecc7ffd95c0c8f8402d469f7b5032f55a2427 /app-portage | |
parent | x11-misc/pdf_presenter_console: Drop deprecated <herd>no-herd</herd> from met... (diff) | |
download | sunrise-f2ced2c7c6d1b9488839383b7bab341aaf130d21.tar.gz sunrise-f2ced2c7c6d1b9488839383b7bab341aaf130d21.tar.bz2 sunrise-f2ced2c7c6d1b9488839383b7bab341aaf130d21.zip |
app-portage/overlay-utils: Drop echangelog-tng which is incompatible with >=dev-vcs/subversion-1.7. Use instead echangelog from app-portage/gentoolkit-dev. Bump to EAPI=4.
svn path=/sunrise/; revision=12564
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlay-utils/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/overlay-utils/Manifest | 4 | ||||
-rw-r--r-- | app-portage/overlay-utils/overlay-utils-0.2.1-r1.ebuild (renamed from app-portage/overlay-utils/overlay-utils-0.2.1.ebuild) | 17 |
3 files changed, 22 insertions, 8 deletions
diff --git a/app-portage/overlay-utils/ChangeLog b/app-portage/overlay-utils/ChangeLog index a5d505be2..b5ca15c97 100644 --- a/app-portage/overlay-utils/ChangeLog +++ b/app-portage/overlay-utils/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for app-portage/overlay-utils -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*overlay-utils-0.2.1-r1 (06 Dec 2011) + + 06 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> + -overlay-utils-0.2.1.ebuild, +overlay-utils-0.2.1-r1.ebuild: + Drop echangelog-tng which is incompatible with >=dev-vcs/subversion-1.7. Use + instead echangelog from app-portage/gentoolkit-dev. Bump to EAPI=4. + 12 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> overlay-utils-0.2.1.ebuild: Add ip and backup place for tarball diff --git a/app-portage/overlay-utils/Manifest b/app-portage/overlay-utils/Manifest index 839b37485..6403e8bf5 100644 --- a/app-portage/overlay-utils/Manifest +++ b/app-portage/overlay-utils/Manifest @@ -1,4 +1,4 @@ DIST overlay-utils-0.2.1.tar.bz2 10002 RMD160 9936103b6cb8819d15a034f477d8ad8f92f82801 SHA1 801b607c385e1cacf1f876ef8ec5454bfdc7303e SHA256 f07aac4d008b441ed1014eba7d1f36eedae251afbc3d88be0343a35715ca3155 -EBUILD overlay-utils-0.2.1.ebuild 674 RMD160 af3c33aa9028a78048615e6e6527b365e829a1b7 SHA1 cf38c16c3af573be01babfc63517ed622cdbc904 SHA256 6962c654129eec2c2c605b313a567056bdf1728cb57a1ea6c558ce611c26f441 -MISC ChangeLog 2866 RMD160 d54ed836ca5f6b2c2f51d94da8f6c8aa33233f6e SHA1 97bde81b7a151bd25439fc48a67a908ef8679132 SHA256 cd7c583a230d68e87ccd29319b25efaa73e8595642991aa806ecb485312b52e1 +EBUILD overlay-utils-0.2.1-r1.ebuild 825 RMD160 50723a9eb4b3f6c1074401396070dc4f5ef39f61 SHA1 767f2fa18fe1d244863b34f3f19a92f3f2dd2793 SHA256 5e21ce47bd42e3703e80ed280b405e73ab4ec731b50cbd09237aa902aaadf433 +MISC ChangeLog 3173 RMD160 0e3ba787cbea1a565c16883a7f745085fa435f55 SHA1 dbb13fa191ed2c763a7acd2afc72ec1315cda60b SHA256 4d42dc0a05ad90f232a7a3725bc50038b149da0ff7dc125c97a74d95ec3b888d MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/app-portage/overlay-utils/overlay-utils-0.2.1.ebuild b/app-portage/overlay-utils/overlay-utils-0.2.1-r1.ebuild index f1209f10a..2dedd0df4 100644 --- a/app-portage/overlay-utils/overlay-utils-0.2.1.ebuild +++ b/app-portage/overlay-utils/overlay-utils-0.2.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI=4 DESCRIPTION="Utilities for Gentoo repository and overlay development" HOMEPAGE="http://gentooexperimental.org/~shillelagh/" @@ -16,10 +16,17 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="dev-vcs/subversion +RDEPEND="app-portage/gentoolkit-dev + dev-vcs/subversion >=sys-apps/portage-2.1" +src_prepare() { + # Remove echangelog-tng. The modern echangelog from gentoolkit-dev + # supports subversion just fine. + sed -i -e s/echangelog-tng/echangelog/g sunrise-commit || die +} + src_install() { - dobin sunrise-commit echangelog-tng || die "dobin failed" - doman sunrise-commit.1 || die "doman failed" + dobin sunrise-commit + doman sunrise-commit.1 } |