diff options
author | Sam James <sam@gentoo.org> | 2022-07-20 01:37:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-20 01:37:45 +0000 |
commit | bf75c82a11d15d5c6c7cc25aafb9978b78e447d4 (patch) | |
tree | 8f2043a85181c3a5756a17e69fa6084d0e99c397 | |
parent | dev-dotnet/commandlineparser: inherit versionator (diff) | |
download | dotnet-bf75c82a11d15d5c6c7cc25aafb9978b78e447d4.tar.gz dotnet-bf75c82a11d15d5c6c7cc25aafb9978b78e447d4.tar.bz2 dotnet-bf75c82a11d15d5c6c7cc25aafb9978b78e447d4.zip |
dev-dotnet/newtonsoft-json: inherit versionator
Signed-off-by: Sam James <sam@gentoo.org>
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8-r1.ebuild b/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8-r1.ebuild index 1e2c787..7ec1c07 100644 --- a/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8-r1.ebuild +++ b/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8-r1.ebuild @@ -17,7 +17,7 @@ USE_DOTNET="net45" # pkg-config = register in pkg-config database IUSE="${USE_DOTNET} debug developer +gac pkg-config nupkg test" -inherit dotnet gac xbuild +inherit dotnet gac xbuild versionator NAME="Newtonsoft.Json" HOMEPAGE="https://github.com/JamesNK/${NAME}" diff --git a/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild b/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild index 39a6ee4..31f58e2 100644 --- a/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild +++ b/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" USE_DOTNET="net45" IUSE="${USE_DOTNET} debug developer test +nupkg +gac +pkg-config" -inherit nupkg gac +inherit nupkg gac versionator NAME="Newtonsoft.Json" NUSPEC_ID="${NAME}" diff --git a/dev-dotnet/newtonsoft-json/newtonsoft-json-7.0.1_p20150831.ebuild b/dev-dotnet/newtonsoft-json/newtonsoft-json-7.0.1_p20150831.ebuild index 4873999..6e52d83 100644 --- a/dev-dotnet/newtonsoft-json/newtonsoft-json-7.0.1_p20150831.ebuild +++ b/dev-dotnet/newtonsoft-json/newtonsoft-json-7.0.1_p20150831.ebuild @@ -12,7 +12,7 @@ EAPI=6 USE_DOTNET="net45" IUSE="${USE_DOTNET} debug developer test +nupkg +gac +pkg-config" -inherit nupkg gac +inherit nupkg gac versionator NAME="Newtonsoft.Json" NUSPEC_ID="${NAME}" diff --git a/dev-dotnet/newtonsoft-json/newtonsoft-json-8.0.1_p20151229.ebuild b/dev-dotnet/newtonsoft-json/newtonsoft-json-8.0.1_p20151229.ebuild index d98efbc..ed274e0 100644 --- a/dev-dotnet/newtonsoft-json/newtonsoft-json-8.0.1_p20151229.ebuild +++ b/dev-dotnet/newtonsoft-json/newtonsoft-json-8.0.1_p20151229.ebuild @@ -12,7 +12,7 @@ EAPI=6 USE_DOTNET="net45" IUSE="${USE_DOTNET} debug developer test +nupkg +gac +pkg-config" -inherit nupkg gac +inherit nupkg gac versionator NAME="Newtonsoft.Json" NUSPEC_ID="${NAME}" |