commit: 3df4dda049ab5eb1df60e37bb99409df08a81ab0 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Tue Aug 16 10:58:02 2016 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Tue Aug 16 10:58:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3df4dda0
move icon from to SRC_URI dev-dotnet/npgsql/files/postgresql-header.png | Bin 46960 -> 0 bytes dev-dotnet/npgsql/npgsql-3.1.6.ebuild | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/npgsql/files/postgresql-header.png b/dev-dotnet/npgsql/files/postgresql-header.png deleted file mode 100644 index 04b7c28..0000000 Binary files a/dev-dotnet/npgsql/files/postgresql-header.png and /dev/null differ diff --git a/dev-dotnet/npgsql/npgsql-3.1.6.ebuild b/dev-dotnet/npgsql/npgsql-3.1.6.ebuild index acd16d4..65b6691 100644 --- a/dev-dotnet/npgsql/npgsql-3.1.6.ebuild +++ b/dev-dotnet/npgsql/npgsql-3.1.6.ebuild @@ -21,7 +21,8 @@ HOMEPAGE="https://github.com/npgsql/${NAME}" EGIT_COMMIT="a7e147759c3756b6d22f07f5602aacd21f93d48d" SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz - gac? ( mirror://gentoo/mono.snk.bz2 )" + gac? ( mirror://gentoo/mono.snk.bz2 ) + http://www.npgsql.org/css/img/postgresql-header.png" RESTRICT="mirror" S="${WORKDIR}/${NAME}-${EGIT_COMMIT}" @@ -114,7 +115,7 @@ src_install() { fi insinto "$(get_nuget_trusted_icons_location)" - newins "${FILESDIR}/${ICON_FILENAME}" "${NUSPEC_ID}.${NUSPEC_VERSION}.png" + newins "${DISTDIR}/${ICON_FILENAME}" "${NUSPEC_ID}.${NUSPEC_VERSION}.png" enupkg "${WORKDIR}/${NUSPEC_ID}.${NUSPEC_VERSION}.nupkg"
