Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/
Date: Sun, 04 Jun 2017 21:32:39
Message-Id: 1496611790.ad48ac6eee53ad0484a9f0de157a4361645c26ff.jer@gentoo
1 commit: ad48ac6eee53ad0484a9f0de157a4361645c26ff
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 21:29:50 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 21:29:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad48ac6e
7
8 x11-misc/xlockmore: Old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 x11-misc/xlockmore/Manifest | 1 -
13 x11-misc/xlockmore/xlockmore-5.52.ebuild | 106 -------------------------------
14 2 files changed, 107 deletions(-)
15
16 diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest
17 index 28f419f9846..2d9c262c03d 100644
18 --- a/x11-misc/xlockmore/Manifest
19 +++ b/x11-misc/xlockmore/Manifest
20 @@ -1,5 +1,4 @@
21 DIST xlockmore-5.47.tar.xz 1610604 SHA256 94e3adee284eec09dc27405bfc24651446e8c6edd6a5bc565550b08f563a0d8d SHA512 0690255cafa0e32d5b2920a611a76107565591331ef12e442069d4a7fba38b18b43a581f29488969695390aef92d4868681efb9b2a06fbb73960d4bcd4b13484 WHIRLPOOL c76dd5c9111d7e17fcbf4572d95773fd40b14f3895fb5b2e86aa36bc2b15da0b6d1fc5bcbf776da976113a76c7f14caf2507495359e0f8a15996cf574c498903
22 DIST xlockmore-5.50.tar.xz 1632968 SHA256 635f72df44589d028200acf604093959968a7e19f79c4363a76599615f563a29 SHA512 627a905c4641d6083676a766931f23c06e2ac5af9b43447ccf03143d329d24b786aac6b248318929399b5fae98f1ec17e676466b5cbd09f180377c483694c569 WHIRLPOOL 2485b7805632581077554b7f2e460d94c0c094d7470e26550e8f32fb4d794ea4c2a111403542d9c07560cf0a0b2e8076cdc789336d09f3798827546ed68b8451
23 -DIST xlockmore-5.52.tar.xz 1621284 SHA256 dd7898829e29525536b146a136aa8bef0cd75706fbc4b60885f5b2e48305944d SHA512 46eb07cf95577059a6c8bfc3ba4d0540fd4e23f84469b1b20ce2926d5c210032d98d8082e780600c5777d875e5875b1d7427947c29a5625dcb4c40b2d9234adc WHIRLPOOL cb73164419147c18bfedee6b3f22cae033f4c2b8d031efad37cf7b4df9dba15912aef77e6e1ad14a396d71582a9bb89ffddca029cc723877c0e260a8d333aec2
24 DIST xlockmore-5.53.tar.xz 1621432 SHA256 4973659c3b1d9747e79e29f3e5a5d04f3a0cb36f35ba88507c69be2e04db4967 SHA512 5a03a6f444e34e1f677c14ae91f77d8cbac3abab9b25278cb00094e79d4ee8e34b593367f828fe3e9687a5dca952ebb14b3d29e3e73279530543f1963b41e5b6 WHIRLPOOL cae78aa0d02b6b449c909dfa56a6ba47469a7af0b07fad2859eb805c542e91b3a2143d09ec771d4a39271063b3f149ddee7f3f4397896089257d280929f806a7
25 DIST xlockmore-5.54.tar.xz 1647652 SHA256 9f4facb9721cc01450db0c11ffecd26a739b046e425e02628831a66080a0af55 SHA512 027a750d8fb9d17619441a8f76456614e0b91b4963a80810e24d4aff46a8c3217464347b0910c00ce54c25ab6678159dec3c3ea60ee61f7624015950590d7f5d WHIRLPOOL 7640aa4ca3ac1c9e152a0b6d7491a03c404aadbad523199e8a8015359ee86b8185fd522a4809d604195980b804131931734211cb2c7ef748caaa0460dd46faba
26
27 diff --git a/x11-misc/xlockmore/xlockmore-5.52.ebuild b/x11-misc/xlockmore/xlockmore-5.52.ebuild
28 deleted file mode 100644
29 index c5181b227ac..00000000000
30 --- a/x11-misc/xlockmore/xlockmore-5.52.ebuild
31 +++ /dev/null
32 @@ -1,106 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit autotools eutils flag-o-matic pam
38 -
39 -DESCRIPTION="Just another screensaver application for X"
40 -HOMEPAGE="http://www.sillycycle.com/xlockmore.html"
41 -SRC_URI="http://www.sillycycle.com/xlock/${P}.tar.xz"
42 -
43 -LICENSE="BSD GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
46 -IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc vtlock"
47 -
48 -REQUIRED_USE="
49 - || ( crypt pam )
50 - pam? ( !xlockrc )
51 - xlockrc? ( !pam )
52 -"
53 -RDEPEND="
54 - gtk? ( x11-libs/gtk+:2 )
55 - imagemagick? ( media-gfx/imagemagick:= )
56 - motif? ( >=x11-libs/motif-2.3:0 )
57 - nas? ( media-libs/nas )
58 - opengl? (
59 - virtual/opengl
60 - virtual/glu
61 - truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
62 - )
63 - pam? ( virtual/pam )
64 - truetype? ( media-libs/freetype:2 )
65 - x11-libs/libX11
66 - x11-libs/libXext
67 - x11-libs/libXmu
68 - x11-libs/libXpm
69 - x11-libs/libXt
70 - xinerama? ( x11-libs/libXinerama )
71 -"
72 -DEPEND="
73 - ${RDEPEND}
74 - virtual/pkgconfig
75 - x11-proto/xineramaproto
76 -"
77 -
78 -PATCHES=(
79 - "${FILESDIR}"/${PN}-5.46-freetype261.patch
80 - "${FILESDIR}"/${PN}-5.47-CXX.patch
81 - "${FILESDIR}"/${PN}-5.47-strip.patch
82 -)
83 -
84 -src_prepare() {
85 - default
86 - eautoreconf
87 -}
88 -
89 -src_configure() {
90 - local myconf=()
91 -
92 - if use opengl && use truetype; then
93 - myconf=( --with-ftgl )
94 - append-flags -DFTGL213
95 - else
96 - myconf=( --without-ftgl )
97 - fi
98 -
99 - myconf+=(
100 - $(use_enable pam)
101 - $(use_enable xlockrc)
102 - $(use_enable vtlock)
103 - $(use_with crypt)
104 - $(use_with debug editres)
105 - $(use_with gtk gtk2)
106 - $(use_with imagemagick magick)
107 - $(use_with motif)
108 - $(use_with nas)
109 - $(use_with opengl mesa)
110 - $(use_with opengl)
111 - $(use_with truetype freetype)
112 - $(use_with truetype ttf)
113 - $(use_with xinerama)
114 - --disable-mb
115 - --enable-appdefaultdir=/usr/share/X11/app-defaults
116 - --enable-syslog
117 - --enable-vtlock
118 - --without-esound
119 - --without-gtk
120 - )
121 - econf "${myconf[@]}"
122 -}
123 -
124 -src_install() {
125 - local DOCS=( README docs/{3d.howto,cell_automata,HACKERS.GUIDE,Purify,Revisions,TODO} )
126 - default
127 -
128 - pamd_mimic_system xlock auth
129 -
130 - if use pam; then
131 - fperms 755 /usr/bin/xlock
132 - else
133 - fperms 4755 /usr/bin/xlock
134 - fi
135 -
136 - docinto html
137 - dodoc docs/xlock.html
138 -}