media-gfx/argyllcms: drop old
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 10 Jun 2019 15:12:54 +0000 (17:12 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 10 Jun 2019 15:12:54 +0000 (17:12 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
media-gfx/argyllcms/Manifest
media-gfx/argyllcms/argyllcms-1.9.2.ebuild [deleted file]
media-gfx/argyllcms/argyllcms-2.0.0.ebuild [deleted file]
media-gfx/argyllcms/argyllcms-2.0.1.ebuild [deleted file]
media-gfx/argyllcms/argyllcms-2.1.0.ebuild [deleted file]
media-gfx/argyllcms/files/argyllcms-1.8.0-gcc5.patch [deleted file]

index 8be7400b254b2c466de46c13c8c179bed8a4e1b5..8a494cf00a39b74df9fe77d985d15a447f5e154d 100644 (file)
@@ -1,5 +1 @@
-DIST Argyll_V1.9.2_src.zip 13624924 BLAKE2B 7035a1cd43b320acd3ccb6eeee46681e39f723a0d96c1ce0d880f3084e8c8a0201182c50cc3c4d9977937a846fb119ce0002810697d81c9301f7082fe8a524bd SHA512 f21fc2385b643dd6c32d1b1b0ab208a79ad8bc4319ac644d96e69ebc4c4e333d38b41e4516742816da9a91145e4f00bffb7f8b61a827859d5e14c1a8867b5a41
-DIST Argyll_V2.0.0_src.zip 13588152 BLAKE2B a299d7b4b2c76ac22c6761b4e25b4ee5751bd0771fb3d4c58dcb722aec1b413ab07fef35263e2dcb311d893bb16105072a83dd640720efbf160a59369fc88768 SHA512 44e9a2307bc39a8e455c15b2f4126de652a9ecd43bec94a841cb3da56896effcb023740d7e6b8991d109766c83426eee4b131a6c56cda5ff28b22a06ea470b5d
-DIST Argyll_V2.0.1_src.zip 13606682 BLAKE2B 156c94d538a868a90e59a009999ed35536ab84e27434c071613540c4afac1c7374f77eca73a38ca87220a0f1cff7213286312cb681d50a7e7e14b946788b8e0b SHA512 d0755d1837fa000278f390d9d101c1e9de3f2e294583c8b67b37f74f0ca6190917bfddd5ce50a39a274aefeeca304aaebdfd11db391521e222da2368a2881c0e
-DIST Argyll_V2.1.0_src.zip 13823910 BLAKE2B 344520ba06055333858ebc1991939589fb276ee434a5d16c6eedbb318da1cff27a910298fdd0ced86f292d1e3564c6e0d6a2663cf7b80cbd4afcf2d49982b3f2 SHA512 9a74828c8cea8aac5795ab48b1531b2cbd43ea613e856eceb55ee291412eb5e8816f25f6bc620bd1bfb32eb8c08e87e85e821a2dcf0c25eac68d96184e8f8bca
 DIST Argyll_V2.1.1_src.zip 13825860 BLAKE2B c1a748cf8ecd8e04164b0281e5cfb708386b196ea75bef6be02945d1a0cd1d191d069420628612ce0bd24028e40221a988becc3eba16293555376d20ab3a4bf5 SHA512 551b90c245d15e401c96c76ec0be66053bd75ca4d8b668a41841d72197820ed27d4d0186f903c126f7bacd667170e8e45e42ad31fcd44ec3276558b87b520565
diff --git a/media-gfx/argyllcms/argyllcms-1.9.2.ebuild b/media-gfx/argyllcms/argyllcms-1.9.2.ebuild
deleted file mode 100644 (file)
index a7169af..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multiprocessing toolchain-funcs udev
-
-MY_P="Argyll_V${PV}"
-
-DESCRIPTION="Open source, ICC compatible color management system"
-HOMEPAGE="http://www.argyllcms.com/"
-SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm64 hppa x86"
-IUSE="doc"
-
-RDEPEND="
-       media-libs/tiff:0
-       sys-libs/zlib
-       virtual/jpeg:0
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXinerama
-       x11-libs/libXrandr
-       x11-libs/libXxf86vm
-       x11-libs/libXScrnSaver"
-DEPEND="${RDEPEND}
-       app-arch/unzip
-       dev-util/ftjam"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.8.0-gcc5.patch
-       )
-
-src_compile() {
-       # Make it respect LDFLAGS
-       echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-
-       # Evil hack to get --as-needed working. The build system unfortunately lists all
-       # the shared libraries by default on the command line _before_ the object to be built...
-       echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
-
-       append-cflags -DUNIX -D_THREAD_SAFE
-
-       sed \
-               -e 's:CCFLAGS:CFLAGS:g' \
-               -e "s:ar rusc:$(tc-getAR) rusc:g" \
-               -i Jambase || die
-
-       tc-export CC RANLIB
-
-       jam -dx -fJambase "-j$(makeopts_jobs)" || die
-}
-
-src_install() {
-       jam -dx -fJambase install || die
-
-       rm bin/License.txt || die
-
-       pushd bin > /dev/null
-       local binname
-       for binname in * ; do
-               newbin ${binname} argyll-${binname}
-       done
-       popd > /dev/null
-
-       dodoc log.txt Readme.txt ttbd.txt notes.txt
-       if use doc;  then
-               docinto html
-               dodoc doc/*html doc/*jpg doc/*gif
-       fi
-
-       insinto /usr/share/${PN}
-       doins -r ref
-
-       udev_dorules usb/55-Argyll.rules
-}
-
-pkg_postinst() {
-       elog "If you have a Spyder2 you need to extract the firmware"
-       elog "from the CVSpyder.dll of the windows driver package"
-       elog "and store it as /usr/share/color/spyd2PLD.bin"
-       echo
-       elog "For further info on setting up instrument access read"
-       elog "http://www.argyllcms.com/doc/Installing_Linux.html"
-       echo
-}
diff --git a/media-gfx/argyllcms/argyllcms-2.0.0.ebuild b/media-gfx/argyllcms/argyllcms-2.0.0.ebuild
deleted file mode 100644 (file)
index a90a772..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multiprocessing toolchain-funcs udev
-
-MY_P="Argyll_V${PV}"
-
-DESCRIPTION="Open source, ICC compatible color management system"
-HOMEPAGE="http://www.argyllcms.com/"
-SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
-IUSE="doc"
-
-RDEPEND="
-       media-libs/tiff:0
-       sys-libs/zlib
-       virtual/jpeg:0
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXinerama
-       x11-libs/libXrandr
-       x11-libs/libXxf86vm
-       x11-libs/libXScrnSaver"
-DEPEND="${RDEPEND}
-       app-arch/unzip
-       dev-util/ftjam"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-       # Make it respect LDFLAGS
-       echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-
-       # Evil hack to get --as-needed working. The build system unfortunately lists all
-       # the shared libraries by default on the command line _before_ the object to be built...
-       echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
-
-       append-cflags -DUNIX -D_THREAD_SAFE
-
-       sed \
-               -e 's:CCFLAGS:CFLAGS:g' \
-               -e "s:ar rusc:$(tc-getAR) rusc:g" \
-               -i Jambase || die
-
-       tc-export CC RANLIB
-
-       jam -dx -fJambase "-j$(makeopts_jobs)" || die
-}
-
-src_install() {
-       jam -dx -fJambase install || die
-
-       rm bin/License.txt || die
-
-       pushd bin > /dev/null
-       local binname
-       for binname in * ; do
-               newbin ${binname} argyll-${binname}
-       done
-       popd > /dev/null
-
-       dodoc log.txt Readme.txt ttbd.txt notes.txt
-       if use doc;  then
-               docinto html
-               dodoc doc/*html doc/*jpg doc/*gif
-       fi
-
-       insinto /usr/share/${PN}
-       doins -r ref
-
-       udev_dorules usb/55-Argyll.rules
-}
-
-pkg_postinst() {
-       elog "If you have a Spyder2 you need to extract the firmware"
-       elog "from the CVSpyder.dll of the windows driver package"
-       elog "and store it as /usr/share/color/spyd2PLD.bin"
-       echo
-       elog "For further info on setting up instrument access read"
-       elog "http://www.argyllcms.com/doc/Installing_Linux.html"
-       echo
-}
diff --git a/media-gfx/argyllcms/argyllcms-2.0.1.ebuild b/media-gfx/argyllcms/argyllcms-2.0.1.ebuild
deleted file mode 100644 (file)
index 6b881b0..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic multiprocessing toolchain-funcs udev
-
-MY_P="Argyll_V${PV}"
-
-DESCRIPTION="Open source, ICC compatible color management system"
-HOMEPAGE="http://www.argyllcms.com/"
-SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
-IUSE="doc"
-
-RDEPEND="
-       media-libs/tiff:0
-       sys-libs/zlib
-       virtual/jpeg:0
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXinerama
-       x11-libs/libXrandr
-       x11-libs/libXxf86vm
-       x11-libs/libXScrnSaver"
-DEPEND="${RDEPEND}
-       app-arch/unzip
-       dev-util/ftjam"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-       # Make it respect LDFLAGS
-       echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-
-       # Evil hack to get --as-needed working. The build system unfortunately lists all
-       # the shared libraries by default on the command line _before_ the object to be built...
-       echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
-
-       append-cflags -DUNIX -D_THREAD_SAFE
-
-       sed \
-               -e 's:CCFLAGS:CFLAGS:g' \
-               -e "s:ar rusc:$(tc-getAR) rusc:g" \
-               -i Jambase || die
-
-       tc-export CC RANLIB
-
-       jam -dx -fJambase "-j$(makeopts_jobs)" || die
-}
-
-src_install() {
-       jam -dx -fJambase install || die
-
-       rm bin/License.txt || die
-
-       pushd bin > /dev/null
-       local binname
-       for binname in * ; do
-               newbin ${binname} argyll-${binname}
-       done
-       popd > /dev/null
-
-       dodoc log.txt Readme.txt ttbd.txt notes.txt
-       if use doc;  then
-               docinto html
-               dodoc doc/*html doc/*jpg doc/*gif
-       fi
-
-       insinto /usr/share/${PN}
-       doins -r ref
-
-       udev_dorules usb/55-Argyll.rules
-}
-
-pkg_postinst() {
-       elog "If you have a Spyder2 you need to extract the firmware"
-       elog "from the CVSpyder.dll of the windows driver package"
-       elog "and store it as /usr/share/color/spyd2PLD.bin"
-       echo
-       elog "For further info on setting up instrument access read"
-       elog "http://www.argyllcms.com/doc/Installing_Linux.html"
-       echo
-}
diff --git a/media-gfx/argyllcms/argyllcms-2.1.0.ebuild b/media-gfx/argyllcms/argyllcms-2.1.0.ebuild
deleted file mode 100644 (file)
index fa22ef1..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic multiprocessing toolchain-funcs udev
-
-MY_P="Argyll_V${PV}"
-
-DESCRIPTION="Open source, ICC compatible color management system"
-HOMEPAGE="http://www.argyllcms.com/"
-SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
-IUSE="doc"
-
-RDEPEND="
-       media-libs/tiff:0
-       sys-libs/zlib
-       virtual/jpeg:0
-       x11-libs/libX11
-       x11-libs/libXau
-       x11-libs/libXdmcp
-       x11-libs/libXext
-       x11-libs/libXinerama
-       x11-libs/libXrandr
-       x11-libs/libXxf86vm
-       x11-libs/libXScrnSaver"
-DEPEND="${RDEPEND}
-       app-arch/unzip
-       dev-util/ftjam"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-       # Make it respect LDFLAGS
-       echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop
-
-       # Evil hack to get --as-needed working. The build system unfortunately lists all
-       # the shared libraries by default on the command line _before_ the object to be built...
-       echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr -lXau -lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop
-
-       append-cflags -DUNIX -D_THREAD_SAFE
-
-       sed \
-               -e 's:CCFLAGS:CFLAGS:g' \
-               -e "s:ar rusc:$(tc-getAR) rusc:g" \
-               -i Jambase || die
-
-       tc-export CC RANLIB
-
-       jam -dx -fJambase "-j$(makeopts_jobs)" || die
-}
-
-src_install() {
-       jam -dx -fJambase install || die
-
-       rm bin/License.txt || die
-
-       pushd bin > /dev/null
-       local binname
-       for binname in * ; do
-               newbin ${binname} argyll-${binname}
-       done
-       popd > /dev/null
-
-       dodoc log.txt Readme.txt ttbd.txt notes.txt
-       if use doc;  then
-               docinto html
-               dodoc doc/*html doc/*jpg doc/*gif
-       fi
-
-       insinto /usr/share/${PN}
-       doins -r ref
-
-       udev_dorules usb/55-Argyll.rules
-}
-
-pkg_postinst() {
-       elog "If you have a Spyder2 you need to extract the firmware"
-       elog "from the CVSpyder.dll of the windows driver package"
-       elog "and store it as /usr/share/color/spyd2PLD.bin"
-       echo
-       elog "For further info on setting up instrument access read"
-       elog "http://www.argyllcms.com/doc/Installing_Linux.html"
-       echo
-}
diff --git a/media-gfx/argyllcms/files/argyllcms-1.8.0-gcc5.patch b/media-gfx/argyllcms/files/argyllcms-1.8.0-gcc5.patch
deleted file mode 100644 (file)
index 2806745..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fix FTBFS with GCC 5
-Author: James Cowgill <james410@cowgill.org.uk>
-Bug-Debian: https://bugs.debian.org/777779
-Forwarded: no
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/icc/icc.h
-+++ b/icc/icc.h
-@@ -100,7 +100,11 @@
- #define CF64PREC "LL"         /* Constant precision specifier */
- #ifndef ATTRIBUTE_NORETURN
-+#ifdef _MSC_VER
- # define ATTRIBUTE_NORETURN __declspec(noreturn)
-+#else
-+# define ATTRIBUTE_NORETURN __attribute__((noreturn))
-+#endif
- #endif
- #else  /* !__STDC_VERSION__ */