diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
commit | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch) | |
tree | 66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-misc/sisctrl | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-misc/sisctrl')
-rw-r--r-- | x11-misc/sisctrl/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 13 | ||||
-rw-r--r-- | x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild | 31 |
3 files changed, 9 insertions, 38 deletions
diff --git a/x11-misc/sisctrl/Manifest b/x11-misc/sisctrl/Manifest index 956d9ce123fd..f7f721177494 100644 --- a/x11-misc/sisctrl/Manifest +++ b/x11-misc/sisctrl/Manifest @@ -1,5 +1,4 @@ AUX sisctrl-0.0.20051202-no-xv.patch 301 BLAKE2B 14166dac99420663ee9912647b9ca0bdb9e80f91aa129b4dc3645c94f37530431159e9066b3bee638dbc2d37755bbe6f820c0865b13e7000995e65fb83ca450f SHA512 494efc2f8505a3af3b829e9f7b653ca674b3d7668fdf68fc5b587cf83421755303041bc9fc881226839bce39e324147516e06106bc2730aab43de9c559b61c96 DIST sisctrl-0.0.20051202.tar.gz 666749 BLAKE2B 8e99581cd9708a17ed3d01934c3a70e660213df91cbbac71816eb16dd5c41da725d92fc66d336fdc88b61704d9e7259f77b3da2becf2d2ab901d72e71f1e8c9c SHA512 26fe6561c2c14ff6cf952b89b8089b4fbdbc0c142bbcbf1358afe610b219a05dcf4d0bc835365cd0cf13558fed142b8aa2a0aa91c4fec8f40f0fc82590feabd1 -EBUILD sisctrl-0.0.20051202-r1.ebuild 708 BLAKE2B 4c56492577ae28b3b3c8a19f89ab164e5745025af651257efdf32ca54314a90ae451ea29a745506c84e06315cddb336733e1b5b3329d229b14d1e93d67e92efd SHA512 8d2d39c04350ab0be0000dd717bd6f1daa7f8ecca013d1d9155d1015998fe6218bbdd96dc43ce82ff4d6b1e35565c98e21deb7b6612d0d0578640aa05c3802bd -EBUILD sisctrl-0.0.20051202.ebuild 705 BLAKE2B c04e42d978bc4ad353f70a75008040425fa52b426ae64bbce79f4047d46e0efdb271397ff15f4f4f80c782ff982b777952473cde3152b8a6ef431fd2febae399 SHA512 c5eeb8bd504b7d78ca45b9b559c4f0810c15968cc9dc957db37e72d7cafe956c06a5509e5cdc2f746e7b7b30082dab8549d5ced84cfdef85cd3b055bac793c04 +EBUILD sisctrl-0.0.20051202-r1.ebuild 723 BLAKE2B 9bd3bf41adac8b91e60cb50d6587ced2944c5d4a870f9b23d8bbda9870f89994ed2ecbe6f2bdc35dcacd25b870ac61764855cc931d06ebd17cff356b988f3e68 SHA512 4f2b63bcefcbab61d88931bcf4da9d1abb6283beebe2c5d7ce688fdfbfd3f966b74c13b7415a04fb7df076180603c0dcffb66d2d99be10a6cc74ba1d72ac9372 MISC metadata.xml 318 BLAKE2B e2fde4c35c72439790ea9e4c0e403f1a0666a7ebc8e9f350b29138d01c171765fac8cd6adee54667bbc19921e6fc976a427c3429464769a02d9e8dc8c83a8925 SHA512 7d56445a5c7fffdc1104633cdd30eafa17588079b8a1f4cb226984b1aad4e41fe84320608681143dc01c5f1ac5f104cf0717e8183164031644220f9c61086a3b diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild index 53c9511c8cc6..072b2dfda9b1 100644 --- a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild +++ b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit flag-o-matic DESCRIPTION="tool that allows you to tune SiS drivers from X" @@ -10,8 +11,9 @@ SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" +BDEPEND="virtual/pkgconfig" RDEPEND=" dev-libs/glib:2 x11-libs/gtk+:2 @@ -21,10 +23,11 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " -DOCS="AUTHORS ChangeLog NEWS README" + +DOCS=( AUTHORS ChangeLog NEWS README ) + PATCHES=( "${FILESDIR}"/${P}-no-xv.patch ) @@ -32,5 +35,5 @@ PATCHES=( src_configure() { append-libs -lm econf \ - --with-xv-path="${EROOT}/usr/$(get_libdir)" + --with-xv-path="${EPREFIX}/usr/$(get_libdir)" } diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild deleted file mode 100644 index c6a8cc504965..000000000000 --- a/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic - -DESCRIPTION="tool that allows you to tune SiS drivers from X" -HOMEPAGE="http://www.winischhofer.net/linuxsispart1.shtml#sisctrl" -SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2 - x11-libs/libXrender - x11-libs/libXv - x11-libs/libXxf86vm" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - epatch "${FILESDIR}"/${P}-no-xv.patch - sed -i -e 's,/X11R6,,g' configure || die - append-flags -lm -} |