Skip to content

Commit

Permalink
net-fs/wdmrc: version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
powerman committed Mar 17, 2017
1 parent 043f227 commit 14ad1cc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-fs/wdmrc/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
EBUILD wdmrc-1.5.40.ebuild 849 SHA256 f6638c4a75b5dcbd39f9029e865de4ffdc32989d1b6a791fe188f3c8553c1a23 SHA512 645a200bc510aebf5763d00ea0a2a9ae1990f6fccc73621538986e133e2664c78612513f06423c1a01705d23aa67c5286979084c75cdb7584c8c9cd6cd94194d WHIRLPOOL b33db64803858486ecb0094fa31f19381d86179ea7a0fee8f154042181845712a43b0c2d74ab1bf0cafa37ed4b289ca92fd670d526b7be3d1363f66e798683cc
EBUILD wdmrc-1.5.59.ebuild 849 SHA256 f6638c4a75b5dcbd39f9029e865de4ffdc32989d1b6a791fe188f3c8553c1a23 SHA512 645a200bc510aebf5763d00ea0a2a9ae1990f6fccc73621538986e133e2664c78612513f06423c1a01705d23aa67c5286979084c75cdb7584c8c9cd6cd94194d WHIRLPOOL b33db64803858486ecb0094fa31f19381d86179ea7a0fee8f154042181845712a43b0c2d74ab1bf0cafa37ed4b289ca92fd670d526b7be3d1363f66e798683cc
MISC metadata.xml 249 SHA256 32bf2beaffb73e6b40d0bdcdf90d89a465d5fa76b6b21ac320e14d34afa0897e SHA512 f2eccd70b9a5ec37f6c02753235a2547e215a232a02b1f01b8ebf10cd6c976c7c5b3ece69aa21e91778f32ef74d861236b6d564f7efccb502579eaee4738f076 WHIRLPOOL f6f80d262a5b55c168840900a58a4937034c7325b8bb2d3a3c7b2bab3a40b89654224ce353c97ff911ee7c9e6f568dfaae9fff98da23313ed371d44ac7f1ba9f
38 changes: 38 additions & 0 deletions net-fs/wdmrc/wdmrc-1.5.59.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3 mono-env eutils

DESCRIPTION="WebDAV emulator for Mail.ru Cloud"
HOMEPAGE="https://github.com/yar229/WebDavMailRuCloud"
SRC_URI=""
EGIT_REPO_URI="https://github.com/yar229/WebDavMailRuCloud"
EGIT_COMMIT="${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/mono-4.6.2.16
dev-dotnet/nuget"
RDEPEND=">=dev-lang/mono-4.6.2.16"

src_prepare() {
default
nuget restore WebDAVMailRuCloud.sln
}

src_compile() {
xbuild /property:Configuration=Release || die
mv WDMRC.Console/bin/Release/{nwebdav.server.dll,NWebDav.Server.dll} || die
}

src_install() {
insinto "/usr/$(get_libdir)/${PN}/"
doins WDMRC.Console/bin/Release/*

make_wrapper "${PN}" "mono /usr/$(get_libdir)/${PN}/wdmrc.exe"
}

0 comments on commit 14ad1cc

Please sign in to comment.