commit:     ac51bbc0bfb5c20c7b8de9e09d21d608e1d48aa0
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Dec 30 16:09:22 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 16:09:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ac51bbc0

icon format changed jpeg->png

 dev-dotnet/dryioc/dryioc-2.1.0-r201512110.ebuild |   4 +++-
 dev-dotnet/dryioc/files/DryIoc.nuspec            |   2 +-
 dev-dotnet/dryioc/files/icon.png                 | Bin 0 -> 24160 bytes
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dryioc/dryioc-2.1.0-r201512110.ebuild 
b/dev-dotnet/dryioc/dryioc-2.1.0-r201512110.ebuild
index 7e1b2ff..03a585c 100644
--- a/dev-dotnet/dryioc/dryioc-2.1.0-r201512110.ebuild
+++ b/dev-dotnet/dryioc/dryioc-2.1.0-r201512110.ebuild
@@ -55,7 +55,9 @@ NUSPEC_FILE_NAME=DryIoc.nuspec
 # get_version_component_range is from inherit versionator
 # PR   Package revision, or r0 if no revision exists.
 NUSPEC_VERSION=$(get_version_component_range 1-3)"${PR//r/.}"
-ICON_URL="https://bitbucket.org/account/dadhi/avatar/256/?ts=1451481107";
+#ICON_URL="https://bitbucket.org/account/dadhi/avatar/256/?ts=1451481107";
+ICON_URL="https://raw.githubusercontent.com/ArsenShnurkov/dotnet/dryioc/dev-dotnet/dryioc/files/icon.png";
+#ICON_URL="https://raw.githubusercontent.com/gentoo/dotnet/master/dev-dotnet/dryioc/files/icon.png";
 
 # rm -rf /var/tmp/portage/dev-dotnet/dryioc-*
 # emerge -v =dryioc-2.1.0-r201512110

diff --git a/dev-dotnet/dryioc/files/DryIoc.nuspec 
b/dev-dotnet/dryioc/files/DryIoc.nuspec
index 8db017c..b2ba0e9 100644
--- a/dev-dotnet/dryioc/files/DryIoc.nuspec
+++ b/dev-dotnet/dryioc/files/DryIoc.nuspec
@@ -7,9 +7,9 @@
         <copyright>Copyright © 2013 Maksim Volkau</copyright>
         <projectUrl>https://bitbucket.org/dadhi/dryioc</projectUrl>
         <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
-        <iconUrl>$package_iconUrl$</iconUrl>
         <requireLicenseAcceptance>false</requireLicenseAcceptance>
         <description>DryIoc is fast, small, full-featured IoC Container for 
.NET</description>
+        <iconUrl>$package_iconUrl$</iconUrl>
         <tags>IoC Container Inversion-of-Control DI Dependency-Injection DRY 
Service-Provider Factory</tags>
         <releaseNotes>
           v2.1.0

diff --git a/dev-dotnet/dryioc/files/icon.png b/dev-dotnet/dryioc/files/icon.png
new file mode 100644
index 0000000..486fd24
Binary files /dev/null and b/dev-dotnet/dryioc/files/icon.png differ

Reply via email to