commit:     7fcd691b9e902a067230082efcf33ff7ad1a2719
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 23:05:23 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 23:05:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcd691b

media-gfx/argyllcms: drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 media-gfx/argyllcms/argyllcms-2.1.2.ebuild | 91 ------------------------------
 1 file changed, 91 deletions(-)

diff --git a/media-gfx/argyllcms/argyllcms-2.1.2.ebuild 
b/media-gfx/argyllcms/argyllcms-2.1.2.ebuild
deleted file mode 100644
index 4eae0ce5c41..00000000000
--- a/media-gfx/argyllcms/argyllcms-2.1.2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 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 libressl"
-
-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
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )"
-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
-}

Reply via email to