diff --git a/haiku-apps/haikuporter/haikuporter-1.0.0.recipe b/haiku-apps/haikuporter/haikuporter-1.0.0.recipe deleted file mode 100644 index 9396716d3..000000000 --- a/haiku-apps/haikuporter/haikuporter-1.0.0.recipe +++ /dev/null @@ -1,50 +0,0 @@ -SUMMARY="Build packages for the Haiku operating system" -DESCRIPTION=" -Haikuporter allows you to build ports (and native) applications for the Haiku \ -operating system into installable packages. -" -HOMEPAGE="https://github.com/haikuports/haikuporter" -COPYRIGHT=" -2013-2015 Haiku, Inc. -" -LICENSE="MIT" -REVISION="3" -SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="66b171b3078b03c8a89126f1de6e061f8fb5a96194e1f3ce8d755b6ee30510af" - -ARCHITECTURES="any" - -GLOBAL_WRITABLE_FILES=" - settings/haikuports.conf auto-merge - " - -PROVIDES=" - haikuporter = $portVersion - cmd:haikuporter = $portVersion - " -REQUIRES=" - haiku - cmd:git - cmd:python2 - " - -BUILD_REQUIRES=" - " -BUILD_PREREQUIRES=" - cmd:cp - " - -INSTALL() -{ - # This is very manual, however was done due to - # https://github.com/haikuports/haikuports/issues/286 - # TODO: Setuptools once #286 is investigated - mkdir -p $binDir - cp haikuporter $binDir/ - - mkdir -p $libDir/python2.7/vendor-packages/ - cp -R HaikuPorter $libDir/python2.7/vendor-packages/ - - mkdir -p $settingsDir - cp haikuports-sample.conf $settingsDir/haikuports.conf -} diff --git a/haiku-apps/haikuporter/haikuporter-1.1.0.recipe b/haiku-apps/haikuporter/haikuporter-1.1.0.recipe deleted file mode 100644 index 8d0abe7bb..000000000 --- a/haiku-apps/haikuporter/haikuporter-1.1.0.recipe +++ /dev/null @@ -1,50 +0,0 @@ -SUMMARY="Build packages for the Haiku operating system" -DESCRIPTION=" -Haikuporter allows you to build ports (and native) applications for the Haiku \ -operating system into installable packages. -" -HOMEPAGE="https://github.com/haikuports/haikuporter" -COPYRIGHT=" -2013-2015 Haiku, Inc. -" -LICENSE="MIT" -REVISION="2" -SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="cc7d2b2885b7f4088e38030420791fb49467b6c6aae904107a6aef7cf8548779" - -ARCHITECTURES="any" - -GLOBAL_WRITABLE_FILES=" - settings/haikuports.conf auto-merge - " - -PROVIDES=" - haikuporter = $portVersion - cmd:haikuporter = $portVersion - " -REQUIRES=" - haiku - cmd:git - cmd:python2 - " - -BUILD_REQUIRES=" - " -BUILD_PREREQUIRES=" - cmd:cp - " - -INSTALL() -{ - # This is very manual, however was done due to - # https://github.com/haikuports/haikuports/issues/286 - # TODO: Setuptools once #286 is investigated - mkdir -p $binDir - cp haikuporter $binDir/ - - mkdir -p $libDir/python2.7/vendor-packages/ - cp -R HaikuPorter $libDir/python2.7/vendor-packages/ - - mkdir -p $settingsDir - cp haikuports-sample.conf $settingsDir/haikuports.conf -} diff --git a/haiku-apps/haikuporter/haikuporter-1.2.1.recipe b/haiku-apps/haikuporter/haikuporter-1.2.1.recipe deleted file mode 100644 index 8f7488b41..000000000 --- a/haiku-apps/haikuporter/haikuporter-1.2.1.recipe +++ /dev/null @@ -1,57 +0,0 @@ -SUMMARY="Build packages for the Haiku operating system" -DESCRIPTION="The HaikuPorter tool is provided to ease the fetching, patching \ -and building of source code. It can be compared to a slim version of Gentoo \ -Portage. Each port contains the Haiku-specific patches to the original source \ -code. It fetches the original source code, applies the Haiku-specific \ -patches, builds the software, and packages it according to so-called 'recipes'. - -See the wiki on the HaikuPorter website for more information on its usage \ -and details on how to create those recipes." -HOMEPAGE="https://github.com/haikuports/haikuporter" -COPYRIGHT="2013-2017 Haiku, Inc." -LICENSE="MIT" -REVISION="2" -SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="e924e9eeea0b7628ccda22ded1ac512485d363b223045c71b36d763d2ce0e6c4" - -ARCHITECTURES="any" - -GLOBAL_WRITABLE_FILES=" - settings/haikuports.conf auto-merge - " - -PROVIDES=" - haikuporter = $portVersion - cmd:haikuporter = $portVersion - " -REQUIRES=" - haiku - cmd:git - cmd:python2 - " - -BUILD_REQUIRES=" - " -BUILD_PREREQUIRES=" - cmd:cp - " - -BUILD() -{ - true -} - -INSTALL() -{ - # This is very manual, however was done due to - # https://github.com/haikuports/haikuports/issues/286 - # TODO: Setuptools once #286 is investigated - mkdir -p $binDir - cp haikuporter $binDir/ - - mkdir -p $libDir/python2.7/vendor-packages/ - cp -R HaikuPorter $libDir/python2.7/vendor-packages/ - - mkdir -p $settingsDir - cp haikuports-sample.conf $settingsDir/haikuports.conf -} diff --git a/haiku-apps/haikuporter/haikuporter-1.1.1.recipe b/haiku-apps/haikuporter/haikuporter-1.2.3.recipe similarity index 92% rename from haiku-apps/haikuporter/haikuporter-1.1.1.recipe rename to haiku-apps/haikuporter/haikuporter-1.2.3.recipe index d7277b451..9ae98214d 100644 --- a/haiku-apps/haikuporter/haikuporter-1.1.1.recipe +++ b/haiku-apps/haikuporter/haikuporter-1.2.3.recipe @@ -8,11 +8,11 @@ patches, builds the software, and packages it according to so-called 'recipes'. See the wiki on the HaikuPorter website for more information on its usage \ and details on how to create those recipes." HOMEPAGE="https://github.com/haikuports/haikuporter" -COPYRIGHT="2013-2016 Haiku, Inc." +COPYRIGHT="2013-2020 Haiku, Inc." LICENSE="MIT" REVISION="2" SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="f053534dc7fe6938038c36061e441d960b5977e55d10d2060aed14fc658fac1d" +CHECKSUM_SHA256="6d4b40684760a214a08b66ac996c9d9c9e9cd03a53d1b8611088e58a4c440085" ARCHITECTURES="any"