diff options
-rw-r--r-- | x11-apps/rstart/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/rstart/rstart-1.0.6.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/rstart/Manifest b/x11-apps/rstart/Manifest index 24b962d50484..0dee14bc11fe 100644 --- a/x11-apps/rstart/Manifest +++ b/x11-apps/rstart/Manifest @@ -1 +1,2 @@ DIST rstart-1.0.5.tar.bz2 144607 BLAKE2B 2048877683a5a1c1d07bb68d8814cea2a0e1755d7cea3f40b62c086a7f2e8ea2582eea81db46117f906f998bc830f50c437188131584d07fbb68730bfe2491ae SHA512 bda43dd29f95ba5ea4ab42e78069c4011afc6987d00dc580250aec8bec217fabb67577a3038607468de1739d54da596a43cea4c1f5be72e3e572ae6d5abbc09a +DIST rstart-1.0.6.tar.xz 144888 BLAKE2B d8ea7d48af6bffcbcd5c2f4ed4c6e7678f2d0ef17b5e104731c0a84fcd36d9c877b3f856a5137d066e671d1405d9ad21497c79885f02ba332fa059c0af59c3f6 SHA512 8c0840f172c9efade4557e9a28de19e76e510bd17f1e964936a957dde5ada3d9ae8b2fa0502f61da15cdfc0c69d3308599253ee03571017086a45e4e83958e8f diff --git a/x11-apps/rstart/rstart-1.0.6.ebuild b/x11-apps/rstart/rstart-1.0.6.ebuild new file mode 100644 index 000000000000..bb3f37927ff9 --- /dev/null +++ b/x11-apps/rstart/rstart-1.0.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org rstart application" + +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +DEPEND="x11-base/xorg-proto" +RDEPEND="" |