commit: bee06f19c9fde7572380f5926ac395fa4fc5a361 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Sat Sep 10 18:39:29 2016 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Sat Sep 10 18:39:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bee06f19
remove extra src_uri .../conemu-control-winforms-1.0.0_p2016051802.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild index 8b27e98..98ce0bc 100644 --- a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild +++ b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild @@ -11,15 +11,14 @@ IUSE+=" +net45 +pkg-config debug" KEYWORDS="~amd64 ~x86" DESCRIPTION="console emulator control, embeds a console view in a Windows Forms window" -HOMEPAGE="http://conemu.github.io/" -SRC_URI="http://download.mono-project.com/sources/mono/mono-4.6.0.150.tar.bz2" -RESTRICT="mirror" NAME="conemu-inside" -HOMEPAGE="https://github.com/Maximus5/${NAME}" +#HOMEPAGE="https://github.com/Maximus5/${NAME}" +HOMEPAGE="http://conemu.github.io/" EGIT_COMMIT="b4800195f09b86eca14c4b96141a78136ee1d872" SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +RESTRICT="mirror" S="${WORKDIR}/${NAME}-${EGIT_COMMIT}" LICENSE="BSD" # https://github.com/Maximus5/ConEmu/blob/master/Release/ConEmu/License.txt
