diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-04 19:25:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-04 19:32:58 +0200 |
commit | 167107b6ad41dd8c0a104aafe98eca7498ecad38 (patch) | |
tree | 651945cc16b78244b2601fe6179b0391e2a6181c /app-cdr/gcdemu | |
parent | app-arch/lz4: Bump to 1.8.0 (diff) | |
download | gentoo-167107b6ad41dd8c0a104aafe98eca7498ecad38.tar.gz gentoo-167107b6ad41dd8c0a104aafe98eca7498ecad38.tar.bz2 gentoo-167107b6ad41dd8c0a104aafe98eca7498ecad38.zip |
app-cdr/gcdemu: Drop old
Diffstat (limited to 'app-cdr/gcdemu')
-rw-r--r-- | app-cdr/gcdemu/Manifest | 2 | ||||
-rw-r--r-- | app-cdr/gcdemu/gcdemu-3.0.0.ebuild | 61 | ||||
-rw-r--r-- | app-cdr/gcdemu/gcdemu-3.0.1.ebuild | 62 |
3 files changed, 0 insertions, 125 deletions
diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest index 4e19273804aa..9037f8c0614a 100644 --- a/app-cdr/gcdemu/Manifest +++ b/app-cdr/gcdemu/Manifest @@ -1,3 +1 @@ -DIST gcdemu-3.0.0.tar.bz2 45506 SHA256 1357a02720f05644929bae167fcc64dc58784f406aa426bcd806955cc458aad4 SHA512 c4d0d64638e0f7ecccfe11ab1a8527ba2002a5bbb382b2d4e8b58eaaa0a10140ee85b8d62ba93fe4ecdc2882301dfe62a08373dbb9e5404d5ddf7592cd5f0b7d WHIRLPOOL 18c8615ad6ae166c2111e7dd2f1c1d46b4128d99bb11a3f7e2f297c58dfff3e38ad981547703b13af940b0d1e6e3bccb7098180fde51458bfe34e3b19a66a465 -DIST gcdemu-3.0.1.tar.bz2 45508 SHA256 d9d9cd4270803a021d55205fad2c76f65b51f5b509dde21c70475bb8577896b6 SHA512 e5a1905642c08145669c5eb9e65159d5a9a2fbcd1657edd28ae091ee1d02673e56bb7007df2a9f95863cae1a1ab01916bb43b4d10fe054d52507beabd7dd532f WHIRLPOOL e4fd9e009cdbad1f79e1a579339e27225fa76e132d136c9dba5e9388551d0a3c27448bf870d9f4344e99d47f1a7b0cce3c712e26569fc77f0206671cbbef2553 DIST gcdemu-3.1.0.tar.bz2 48036 SHA256 025c801300aa6ef13b9da484d8bd1ec2774c53e898942d44a43b4d27c0e0b666 SHA512 e3e0369cc443bc47befa52989cc2bc5d62e4c9462bb8de1c3dd8563e1240ba7f59fc8cc54aed2e96bdb23a5f6e2fa11ca36073dfa066409f097a1dca619866fc WHIRLPOOL 17da254190e933e7677d021f7f5a06bbeb19e82b05249e8189d4fcb441b95b33e8b86a996a5ef9603a771e53a40ced5f12ef81d29e48f58684b7a02e4a7cac3a diff --git a/app-cdr/gcdemu/gcdemu-3.0.0.ebuild b/app-cdr/gcdemu/gcdemu-3.0.0.ebuild deleted file mode 100644 index 43a1c553d7bf..000000000000 --- a/app-cdr/gcdemu/gcdemu-3.0.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -PLOCALES="no sl sv" - -# cmake-utils after gnome2, to make sure cmake-utils is used for building -inherit gnome2 cmake-utils l10n python-single-r1 - -DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon" -HOMEPAGE="http://cdemu.org/" -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - app-cdr/cdemu-daemon:0/7 - >=dev-libs/glib-2.28:2 - dev-libs/gobject-introspection - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/librsvg:2 - sys-apps/dbus - x11-libs/gdk-pixbuf[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection]" -DEPEND="${COMMON_DEPEND} - dev-util/desktop-file-utils - >=dev-util/intltool-0.21 - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - python_fix_shebang src/gcdemu -} - -src_configure() { - DOCS="AUTHORS README" - local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - # Build system doesn't respect LINGUAS, and changing list of installed - # translations requires error-prone editing of CMakeLists.txt - rm_po() { - rm -r "${ED}"/usr/share/locale/$1 || die - ls "${ED}"/usr/share/locale/* &> /dev/null || rmdir "${ED}"/usr/share/locale || die - } - l10n_for_each_disabled_locale_do rm_po -} diff --git a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild b/app-cdr/gcdemu/gcdemu-3.0.1.ebuild deleted file mode 100644 index 5520a957e9a9..000000000000 --- a/app-cdr/gcdemu/gcdemu-3.0.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -PLOCALES="no sl sv" - -# cmake-utils after gnome2, to make sure cmake-utils is used for building -inherit eutils gnome2 cmake-utils l10n python-single-r1 - -DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon" -HOMEPAGE="http://cdemu.org/" -SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - app-cdr/cdemu-daemon:0/7 - >=dev-libs/glib-2.28:2 - dev-libs/gobject-introspection - dev-python/pygobject:3[${PYTHON_USEDEP}] - gnome-base/librsvg:2 - sys-apps/dbus - x11-libs/gdk-pixbuf[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/libnotify[introspection]" -DEPEND="${COMMON_DEPEND} - dev-util/desktop-file-utils - >=dev-util/intltool-0.21 - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - python_fix_shebang src/gcdemu - epatch_user -} - -src_configure() { - DOCS="AUTHORS README" - local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - # Build system doesn't respect LINGUAS, and changing list of installed - # translations requires error-prone editing of CMakeLists.txt - rm_po() { - rm -r "${ED}"/usr/share/locale/$1 || die - ls "${ED}"/usr/share/locale/* &> /dev/null || rmdir "${ED}"/usr/share/locale || die - } - l10n_for_each_disabled_locale_do rm_po -} |