diff options
Diffstat (limited to 'x11-misc/magick-rotation')
-rw-r--r-- | x11-misc/magick-rotation/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild | 95 | ||||
-rw-r--r-- | x11-misc/magick-rotation/metadata.xml | 15 |
3 files changed, 0 insertions, 113 deletions
diff --git a/x11-misc/magick-rotation/Manifest b/x11-misc/magick-rotation/Manifest deleted file mode 100644 index ba65e2a51b82..000000000000 --- a/x11-misc/magick-rotation/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST magick-rotation-1.6.2.tar.bz2 103389 BLAKE2B 9ff85d53d33b381b79fdcb725a663001e583fce46ba36efab561d16f6dcdd50fec7c9d54c1ad9284eae590c2c589622259a5814ffd295a02e6458994ff588c96 SHA512 40252c4b57d304244f8f7a8b08448cb498efd9044406235f2d728a89c8b4888009c4e7a9f50cbb61b5620336eedf1abb1591e68e94a57b051f4d823acbcdff5f -EBUILD magick-rotation-1.6.2-r2.ebuild 2424 BLAKE2B a3a0d1db2df01840eb62a30e605e430229b45cb0260adb1e353ed35b5ae31f2fd996163ec55ff4dfd30a8bbe697ada641a3a502c8ff6babf60f2532d2f89ac38 SHA512 22187c36505f55c33d1e2cef0ea78b601c64b221fb4fc68988f96bc92457c7ca4b1fd17dc1d011000b67e2fb464f5cf3f2c5b94b3131f4830c9c573faa6f910e -MISC metadata.xml 444 BLAKE2B 9a22f781b09c79acfa976b54f3aeae01bbc6617fba6c95f6c859e60d3af720651c8a17b89de9c3c6a55b6c35b0d5e5639149818bf0b58910c1174e3f9904838e SHA512 8a6601959b4a32d8e8391d5696edb61bf3457a62ca5a47e25880319963e01b418c28f4994ebbe3864eaa8343cb7c6bc6544b6db1b5777b43c1ecc8dabf87864f diff --git a/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild b/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild deleted file mode 100644 index 43a71929ba58..000000000000 --- a/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" -inherit eutils python-single-r1 toolchain-funcs udev user versionator - -MY_PV=$(get_version_component_range 1-2) - -DESCRIPTION="Application that rotates tablet pc's screen automatically, based on orientation" -HOMEPAGE="https://launchpad.net/magick-rotation" -SRC_URI="https://launchpad.net/magick-rotation/trunk/${MY_PV}/+download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - x11-libs/libX11 - x11-libs/libXrandr" - -RDEPEND="${DEPEND} - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - dev-python/py-notify[${PYTHON_USEDEP}] - x11-apps/xinput" - -# there are no tests in package, default 'make check' does wrong things, bug #453672 -RESTRICT="test" - -pkg_setup() { - python-single-r1_pkg_setup - enewgroup magick -} - -src_prepare() { - # Remove unneeded files - rm -r apt_* installer_gtk.py MAGICK-INSTALL gset_addkeyval.py MagickIcons/MagickSplash.png MagickUninstall || die 'removing unneeded files failed' - - # Fix Python shebangs - python_fix_shebang "${S}" - - epatch_user -} - -src_compile() { - my_compile() { - echo $(tc-getCC) $* - $(tc-getCC) $* || die 'compilation failed' - } - - local suffix= - if use amd64; then - suffix=64 - else - suffix=32 - fi - my_compile "${CFLAGS} ${LDFLAGS} check.c -lX11 -lXrandr -o checkmagick${suffix}" -} - -src_install() { - #TODO: add installation of GNOME Shell 3.2 extension - dobin checkmagick* - - udev_dorules 62-magick.rules - - python_moduleinto /usr/share/${PN} - python_domodule *.py - - insinto /usr/share/${PN}/MagickIcons - doins MagickIcons/*.png - - python_scriptinto /usr/share/${PN} - python_doscript magick-rotation xrotate.py - - dodoc *.txt ChangeLog - - make_desktop_entry /usr/share/${PN}/${PN} "Magick Rotation" /usr/share/${PN}/MagickIcons/magick-rotation-enabled.png "System;Utility;" -} - -pkg_postinst() { - echo - elog "In order to use Magick Rotation with an on-screen keyboard and handwriting," - elog "the following additional package may also be installed for use at run-time:" - elog - optfeature "Magick Rotation's default onscreen keyboard" media-gfx/cellwriter - echo - - ewarn "in order to use Magick Rotation you have to be in the 'magick' group." - ewarn "Just run 'gpasswd -a <USER> magick', then have <USER> re-login." -} diff --git a/x11-misc/magick-rotation/metadata.xml b/x11-misc/magick-rotation/metadata.xml deleted file mode 100644 index 081d53a12fb9..000000000000 --- a/x11-misc/magick-rotation/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>evadim@evadim.ru</email> - <name>Vadim Efimov</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="launchpad">magick-rotation</remote-id> - </upstream> -</pkgmetadata> |