summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2003-06-30 19:27:51 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2003-06-30 19:27:51 +0000
commitdd98b090fe94b80fdf96ce59b0bd3a6b61b6e419 (patch)
tree973a61b710aff5bf4e4f9c267b0bf91b84846102 /dev-util
parentBumpage (diff)
downloadhistorical-dd98b090fe94b80fdf96ce59b0bd3a6b61b6e419.tar.gz
historical-dd98b090fe94b80fdf96ce59b0bd3a6b61b6e419.tar.bz2
historical-dd98b090fe94b80fdf96ce59b0bd3a6b61b6e419.zip
Added GNOME desktop entry and fixed the ChangeLog.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/eclipse-sdk/ChangeLog79
-rw-r--r--dev-util/eclipse-sdk/Manifest5
-rw-r--r--dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild5
-rw-r--r--dev-util/eclipse-sdk/files/eclipse.desktop8
4 files changed, 27 insertions, 70 deletions
diff --git a/dev-util/eclipse-sdk/ChangeLog b/dev-util/eclipse-sdk/ChangeLog
index 687a754d2753..d7581dd35cbd 100644
--- a/dev-util/eclipse-sdk/ChangeLog
+++ b/dev-util/eclipse-sdk/ChangeLog
@@ -1,67 +1,12 @@
-# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.1 2003/06/30 18:30:03 karltk Exp $
-
-*<PACKAGE_NAME>-<PACKAGE_VERSION>-<PACKAGE_RELEASE> (DD MMM YYYY)
-
- DD MMM YYYY; YOUR_NAME <YOUR_EMAIL> changed_file1, changed_file2 :
- Initial import. Ebuild submitted by submitter_name <submitter_email>.
- Note that the "changed_file" listing is optional if you are simply bumping
- the rev of the ebuild and are only making changes to the .ebuild file
- itself. Also note that we now have a single unified paragraph rather than
- having the first line separated from the rest by a newline. Everything
- should be in one block like this. (note by drobbins, 16 Jul 2002)
-
- DD MMM YYYY; YOUR_NAME <YOUR_EMAIL> changed_file1, changed_file2: this is
- an earlier ChangeLog enty.
-
--- Explanation of ChangeLog format:
-
- ***************************************************************************
- THIS IS IMPORTANT: The ChangeLog format is a *chronological* account of all
- changes made to a set of ebuilds. That means that the most recent ChangeLog
- entry *always* goes at the top of the file. More explanation below.
- ***************************************************************************
-
- ***************************************************************************
- ANOTHER IMPORTANT NOTE: There are some ChangeLogs that don't follow this
- format and organize all changes under the "correct" "*" entry. This is not
- correct. However, rather than making a concerted effort to fix these
- ChangeLogs, we should spend our energy defining a comprehensive and strict
- XML-based ChangeLog format which we then migrate to. But for any entries to
- any ChangeLog that *you* make, please make sure to always add entries to the
- top of the file like a good boy/girl. Even do this if it's clear that you're
- adding an entry to a b0rked ChangeLog.
- ***************************************************************************
-
- This changelog is targetted to users. This means that the comments should be
- well explained and written in clean English.
-
- Every new version or revision of the package should be marked by a '*'
- seperator line as above to indicate where in the chronology it was first
- added to our CVS tree. Any changes since the last revision, really _any
- changes at all_ have to be added to the top of the file, underneath the
- initial copyright and cvs header comments, in exactly the same format as this
- comment. If you are modifying older ebuilds, simply note them as changed
- files and add your entry to the top of the ChangeLog. Resist the temptation
- to "organize" your ChangeLog entries by placing them under the "correct" "*"
- entries -- this isn't the purpose of the "*" entries.
-
- This means that you start with header line that has the following format,
- indented two spaces:
-
- DD MMM YYYY; your_name <your_email> changed_file1, changed_file2: Your
- explanation should follow. It should be indented and wrapped at a line width
- of 80 characters. The changed_files can be omitted if they are obvious; for
- example, if you are only modifying the .ebuild file and committing a new rev
- of a package. Any details about what exactly changed in the code should be
- added as a message when the changes are committed to cvs, not in this file.
-
--- A word regarding credit:
-
- Please add credit information ("ebuild submitted by ...", "patch submitted
- by ...") to the ChangeLog. Do not add this information to the ebuilds
- themselves.
-
- And remember: Give credit where credit is due. We're all doing this for
- free, so the best we can hope (and expect!) to receive is credit.
+# ChangeLog for dev-util/eclipse-sdk
+# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.2 2003/06/30 19:27:41 karltk Exp $
+
+*eclipse-sdk-2.1 (30 Jun 2003)
+
+ 30 Jun 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
+ eclipse-sdk-2.1.ebuild, files/eclipse.desktop:
+ Initial import. Note that a binary ebuild for Eclipse also exists, as
+ eclipse-sdk-bin. This ebuild will eventually try to build all of Eclipse
+ from sources. For now, it only builds the basic platform, and none of the
+ GTK+ stuff.
diff --git a/dev-util/eclipse-sdk/Manifest b/dev-util/eclipse-sdk/Manifest
index 21de6ff03160..3ce4696d9485 100644
--- a/dev-util/eclipse-sdk/Manifest
+++ b/dev-util/eclipse-sdk/Manifest
@@ -1,3 +1,4 @@
-MD5 d995775baeaddf308564035ff558408c ChangeLog 3767
-MD5 56b4b588fd402770b0a2668b832bebc6 eclipse-sdk-2.1.ebuild 82822
+MD5 f464c50745c4a816d6570fe26184d67f ChangeLog 593
+MD5 723ed00e098c9916ccfe9f568fc4cea2 eclipse-sdk-2.1.ebuild 82901
MD5 5bea1174eca3d2e368ad728e5086b24a files/digest-eclipse-sdk-2.1 86
+MD5 b7d91171809903d55e187961bb62f731 files/eclipse.desktop 173
diff --git a/dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild b/dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild
index 36938fb55c37..1ddaea38bab6 100644
--- a/dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild
+++ b/dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild,v 1.2 2003/06/30 19:17:19 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-2.1.ebuild,v 1.3 2003/06/30 19:27:41 karltk Exp $
DESCRIPTION="Eclipse Tools Platform"
HOMEPAGE="http://www.eclipse.org/"
@@ -37,6 +37,9 @@ src_install() {
copy_files "2.1.0" "${eclipse_files}"
dodoc plugins/org.eclipse.platform/{notice,about,cpl-v10}.html
+
+ insinto /usr/share/gnome/apps/Development
+ doins ${FILESDIR}/eclipse.desktop
}
copy_files() {
diff --git a/dev-util/eclipse-sdk/files/eclipse.desktop b/dev-util/eclipse-sdk/files/eclipse.desktop
new file mode 100644
index 000000000000..dfb887fbe720
--- /dev/null
+++ b/dev-util/eclipse-sdk/files/eclipse.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Eclipse
+Comment=A Java Development Environment
+Icon=/opt/eclipse/icon.xpm
+Exec=/opt/eclipse/eclipse
+Terminal=false
+Type=Application
+StartupNotify=false