diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-11 20:18:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-11 20:34:34 +0200 |
commit | 9316aa80b2ca1d392e109d7b66b1ca08a40816a5 (patch) | |
tree | 898aed41b883dafd0a65b6773c4b2c7a1c72eb30 /games-board | |
parent | games-board/peg-e: 1.2.5 version bump (diff) | |
download | gentoo-9316aa80b2ca1d392e109d7b66b1ca08a40816a5.tar.gz gentoo-9316aa80b2ca1d392e109d7b66b1ca08a40816a5.tar.bz2 gentoo-9316aa80b2ca1d392e109d7b66b1ca08a40816a5.zip |
games-board/peg-e: Drop old
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/peg-e/Manifest | 1 | ||||
-rw-r--r-- | games-board/peg-e/peg-e-1.2.3.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest index 2b60637483d3..3e5d21f3c5f1 100644 --- a/games-board/peg-e/Manifest +++ b/games-board/peg-e/Manifest @@ -1,2 +1 @@ -DIST peg-e-1.2.3-src.tar.bz2 466872 BLAKE2B bcff7b31bc2281b24b6c54466aa14e6d200b14f9204437a66a84d180607e9e108be893e4da7dd722d17c1ea7490bac34fae08ddf2dcd89f696439d026e831e96 SHA512 775bab9512ec33ef31a1fb549af365ec3ae0e8d9533c2e05f438d3affa68e10786e043925bcdec67ebdb027559773582687dbdc625d3dca307c3aadde01686dd DIST peg-e-1.2.5-src.tar.bz2 598322 BLAKE2B f717d3e378fe69e087631abd8f0cbe3cc3bf2479ab86a608c256100778bc94baa40752463a4cb511c4ffd431ce38333318803a1dc289be4bd7d3aad595cd76d1 SHA512 cfd15e2c8cba678d64c9289ab2aa3803af48aebb3e4e545439c247d622dd914dac0735a0fd786cdba1678b448c22a9e40f48a9a1db6391fa6532e3d918c0ca10 diff --git a/games-board/peg-e/peg-e-1.2.3.ebuild b/games-board/peg-e/peg-e-1.2.3.ebuild deleted file mode 100644 index adc3c90c22df..000000000000 --- a/games-board/peg-e/peg-e-1.2.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils gnome2-utils qmake-utils - -DESCRIPTION="A peg solitaire game" -HOMEPAGE="https://gottcode.org/peg-e/" -SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -src_configure() { - eqmake5 -} - -src_install() { - dobin ${PN} - doicon -s 48 icons/hicolor/48x48/apps/${PN}.png - domenu icons/${PN}.desktop - dodoc CREDITS ChangeLog -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |