1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20PLEASE%20READ.%20Package%20adoption%20campaign%3A%20status%0A%20report%20%28mine%2C%20and%20yours%29&In-Reply-To=%3C4E855DD0.7050506%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008521.html">
<LINK REL="Next" HREF="008523.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)</H1>
<B>andre999</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20PLEASE%20READ.%20Package%20adoption%20campaign%3A%20status%0A%20report%20%28mine%2C%20and%20yours%29&In-Reply-To=%3C4E855DD0.7050506%40laposte.net%3E"
TITLE="[Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)">andre999mga at laposte.net
</A><BR>
<I>Fri Sep 30 08:12:32 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008521.html">[Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)
</A></li>
<LI>Next message: <A HREF="008523.html">[Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8522">[ date ]</a>
<a href="thread.html#8522">[ thread ]</a>
<a href="subject.html#8522">[ subject ]</a>
<a href="author.html#8522">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Anssi Hannula a écrit :
><i> On 30.09.2011 01:57, Samuel Verschelde wrote:
</I>><i>
</I>><i>
</I>>><i> - (coming soon, from you if you want, or me later) a script that gives you the
</I>>><i> list of unmaintained packages that are installed on your system
</I>>><i>
</I>><i> rpm -qa --qf '%{sourcerpm}\n' | sed -r \
</I>><i> 's,(^.+)-[^-]+-[^-]+\.src.rpm$,\1,' | sort -u | grep -Fx \
</I>><i> --color=never "$(curl -s \
</I>><i> "<A HREF="http://pkgsubmit.mageia.org/data/unmaintained.txt">http://pkgsubmit.mageia.org/data/unmaintained.txt</A>")"
</I>><i>
</I>
If the file is already downloaded, this works too:
rpm -qa --qf '%{sourcerpm}\n' | sed -r 's,-[^-]+-[^-]+\.src.rpm$,,' |
sort -u | grep -Fx -f {path}/unmaintained.txt
There are packages from only 722 unmaintained srpms installed on my
system :)
What numbers do others have ?
--
André
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008521.html">[Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)
</A></li>
<LI>Next message: <A HREF="008523.html">[Mageia-dev] PLEASE READ. Package adoption campaign: status report (mine, and yours)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8522">[ date ]</a>
<a href="thread.html#8522">[ thread ]</a>
<a href="subject.html#8522">[ subject ]</a>
<a href="author.html#8522">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|